Class FileStore

java.lang.Object
com.jbstrap.core.meta.FileStore

public class FileStore extends Object
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • FileStore

      public FileStore(String name, String location) throws URISyntaxException
      Parameters:
      name - The name of the FileStore
      location - The filestore's base folder (URI)
      Throws:
      URISyntaxException - If the specified folder's syntax is incorrect
  • Method Details

    • getName

      public String getName()
      Gets the name of the FileStore
      Returns:
      The fileStore name
    • getLocation

      public URI getLocation()
      Gets the location (base folder) of the FileStore
      Returns:
      The folder in URI syntax
    • getLocationAsString

      public String getLocationAsString()
      Gets the base folder's location in standard text
      Returns:
      The base folder's location in standard text