Package io.avaje.classpath.scanner.core
Class Location
- java.lang.Object
-
- io.avaje.classpath.scanner.core.Location
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescriptor()Return the complete location descriptor.booleanequals(Object o)inthashCode()booleanisClassPath()Return true if this denotes a classpath location.booleanisFileSystem()Return true if this denotes a filesystem location.Stringpath()Return the path part of the location.Stringprefix()Return the prefix denoting classpath of filesystem.StringtoString()
-
-
-
Method Detail
-
isClassPath
public boolean isClassPath()
Return true if this denotes a classpath location.
-
isFileSystem
public boolean isFileSystem()
Return true if this denotes a filesystem location.
-
descriptor
public String descriptor()
Return the complete location descriptor.
-
-