public class PathInputSource extends DirectoryInputSource
| Constructor and Description |
|---|
PathInputSource(String name,
List<InputSource> entries,
boolean inSourcePath) |
PathInputSource(String name,
List<InputSource> entries,
boolean inSourcePath,
boolean inCompilePath) |
| Modifier and Type | Method and Description |
|---|---|
static PathInputSource |
createCompilePathAwareClassPath(List<File> classPath,
String[] rootDirs,
String extNamespace,
List<File> compilePath) |
boolean |
equals(Object o) |
static PathInputSource |
fromFiles(List<File> files,
String[] rootDirs,
boolean inSourcePath) |
static PathInputSource |
fromFiles(List<File> files,
String[] rootDirs,
boolean inSourcePath,
String extNamespace) |
InputSource |
getChild(String path) |
List<InputSource> |
getChildren(String path) |
char |
getFileSeparatorChar() |
String |
getName()
The file name, i.e.
|
String |
getPath() |
String |
getRelativePath() |
int |
hashCode() |
List<InputSource> |
list() |
String |
toString() |
close, getExtNamespace, getInputStream, getParent, isDirectory, isInCompilePath, isInSourcePathpublic PathInputSource(String name, List<InputSource> entries, boolean inSourcePath, boolean inCompilePath)
public PathInputSource(String name, List<InputSource> entries, boolean inSourcePath)
public static PathInputSource fromFiles(List<File> files, String[] rootDirs, boolean inSourcePath) throws IOException
IOExceptionpublic static PathInputSource createCompilePathAwareClassPath(List<File> classPath, String[] rootDirs, String extNamespace, List<File> compilePath) throws IOException
IOExceptionpublic static PathInputSource fromFiles(List<File> files, String[] rootDirs, boolean inSourcePath, String extNamespace) throws IOException
IOExceptionpublic String getName()
InputSourcepublic String getPath()
public String getRelativePath()
public List<InputSource> list()
public InputSource getChild(String path)
public List<InputSource> getChildren(String path)
public char getFileSeparatorChar()
Copyright © 2002–2021 CoreMedia AG. All rights reserved.