java.lang.Object
io.avaje.classpath.scanner.core.Location
A starting location to scan from.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the complete location descriptor.booleaninthashCode()booleanReturn true if this denotes a classpath location.booleanReturn true if this denotes a filesystem location.path()Return the path part of the location.prefix()Return the prefix denoting classpath of filesystem.toString()
-
Constructor Details
-
Location
Creates a new location.- Parameters:
descriptor- The location descriptor.
-
-
Method Details
-
isClassPath
public boolean isClassPath()Return true if this denotes a classpath location. -
isFileSystem
public boolean isFileSystem()Return true if this denotes a filesystem location. -
path
Return the path part of the location. -
prefix
Return the prefix denoting classpath of filesystem. -
descriptor
Return the complete location descriptor. -
equals
-
hashCode
public int hashCode() -
toString
-