Interface PackType
-
public interface PackType
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePackType.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PackTypeclient()Stringdirectory()static PackTypeserver()
-
-
-
Method Detail
-
client
static PackType client()
-
server
static PackType server()
-
directory
String directory()
- Returns:
- The root
directory name
-
-