Package migratedb.v1.core.api
Class Location.FileSystemLocation
java.lang.Object
migratedb.v1.core.api.Location
migratedb.v1.core.api.Location.FileSystemLocation
- Enclosing class:
- Location
-
Nested Class Summary
Nested classes/interfaces inherited from class migratedb.v1.core.api.Location
Location.ClassPathLocation, Location.CustomLocation, Location.FileSystemLocation -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanexists()inthashCode()toString()The inverse ofLocation.parse(String, ClassLoader).
-
Field Details
-
PREFIX
The prefix for filesystem locations.- See Also:
-
-
Constructor Details
-
FileSystemLocation
-
-
Method Details
-
resourceProvider
- Specified by:
resourceProviderin classLocation
-
classProvider
- Specified by:
classProviderin classLocation
-
exists
public boolean exists() -
getBaseDirectory
- Returns:
- The absolute, normalized base directory path.
-
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:LocationThe inverse ofLocation.parse(String, ClassLoader).
-