public class DirectoryClassPathEntry extends ClassPathEntry
ClassPathEntry
for a directory on the file system.Constructor and Description |
---|
DirectoryClassPathEntry(File dir) |
Modifier and Type | Method and Description |
---|---|
Map<AbstractResource,ResourceResolution> |
findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Finds every resource at abstract path P within this classpath such that P
begins with a prefix X from the path prefix set and P is allowed by the
filter associated with X.
|
File |
getDirectory() |
String |
getLocation()
Gets a URL string that describes this class path entry.
|
equals, hashCode, toString
public DirectoryClassPathEntry(File dir)
dir
- an absolute directorypublic Map<AbstractResource,ResourceResolution> findApplicableResources(TreeLogger logger, PathPrefixSet pathPrefixSet)
ClassPathEntry
findApplicableResources
in class ClassPathEntry
public File getDirectory()
public String getLocation()
ClassPathEntry
getLocation
in class ClassPathEntry
Copyright © 2018. All rights reserved.