Package com.jbstrap.core.meta
Class FileStore
java.lang.Object
com.jbstrap.core.meta.FileStore
- Since:
- 4.0
- Author:
- JBStrap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the location (base folder) of the FileStoreGets the base folder's location in standard textgetName()
Gets the name of the FileStore
-
Constructor Details
-
FileStore
- Parameters:
name
- The name of the FileStorelocation
- The filestore's base folder (URI)- Throws:
URISyntaxException
- If the specified folder's syntax is incorrect
-
-
Method Details
-
getName
Gets the name of the FileStore- Returns:
- The fileStore name
-
getLocation
Gets the location (base folder) of the FileStore- Returns:
- The folder in URI syntax
-
getLocationAsString
Gets the base folder's location in standard text- Returns:
- The base folder's location in standard text
-