Gemfire JavaDocs
Interface HasFile
-
- All Known Implementing Classes:
Deployment
public interface HasFile
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIG_PARAM
static java.lang.String
FILE_PARAM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getFile()
java.lang.String
getFileName()
void
setFile(java.io.File file)
-
-
-
Field Detail
-
FILE_PARAM
static final java.lang.String FILE_PARAM
- See Also:
- Constant Field Values
-
CONFIG_PARAM
static final java.lang.String CONFIG_PARAM
- See Also:
- Constant Field Values
-
-