VMware GemFire Java API Reference
Interface HasFile
-
- All Known Implementing Classes:
Deployment
public interface HasFile
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_PARAMstatic StringFILE_PARAM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetFile()StringgetFileName()voidsetFile(File file)
-
-
-
Field Detail
-
FILE_PARAM
static final String FILE_PARAM
- See Also:
- Constant Field Values
-
CONFIG_PARAM
static final String CONFIG_PARAM
- See Also:
- Constant Field Values
-
-