|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceFile | |
|---|---|
| org.quattor.pan.repository | |
| org.quattor.pan.tasks | Provides classes that implement parallel tasks within the compiler. |
| org.quattor.pan.template | Contains the classes that define the java implementation a pan template or classes related to them. |
| Uses of SourceFile in org.quattor.pan.repository |
|---|
| Methods in org.quattor.pan.repository that return SourceFile | |
|---|---|
SourceFile |
SourceRepository.retrievePanSource(String name)
|
SourceFile |
FileSystemSourceRepository.retrievePanSource(String name)
|
SourceFile |
SourceRepository.retrievePanSource(String name,
List<String> loadpath)
|
SourceFile |
FileSystemSourceRepository.retrievePanSource(String name,
List<String> loadpath)
|
SourceFile |
SourceRepository.retrieveTxtSource(String fullname)
|
SourceFile |
FileSystemSourceRepository.retrieveTxtSource(String name)
|
SourceFile |
SourceRepository.retrieveTxtSource(String fullname,
List<String> loadpath)
|
SourceFile |
FileSystemSourceRepository.retrieveTxtSource(String name,
List<String> loadpath)
|
| Methods in org.quattor.pan.repository with parameters of type SourceFile | |
|---|---|
int |
SourceFile.compareTo(SourceFile o)
|
| Uses of SourceFile in org.quattor.pan.tasks |
|---|
| Methods in org.quattor.pan.tasks that return types with arguments of type SourceFile | |
|---|---|
Set<SourceFile> |
Valid2Result.getDependencies()
|
| Constructor parameters in org.quattor.pan.tasks with type arguments of type SourceFile | |
|---|---|
Valid2Result(Element root,
long timestamp,
Set<String> objectDependencies,
Set<SourceFile> dependencies)
|
|
| Uses of SourceFile in org.quattor.pan.template |
|---|
| Fields in org.quattor.pan.template declared as SourceFile | |
|---|---|
SourceFile |
Template.sourceFile
Information about the source file from which this template was constructed. |
| Methods in org.quattor.pan.template that return SourceFile | |
|---|---|
SourceFile |
CompileTimeContext.lookupFile(String name)
|
SourceFile |
BuildContext.lookupFile(String name)
|
SourceFile |
Context.lookupFile(String name)
|
| Methods in org.quattor.pan.template that return types with arguments of type SourceFile | |
|---|---|
Set<SourceFile> |
CompileTimeContext.getDependencies()
Returns an unmodifiable copy of the dependencies. |
Set<SourceFile> |
BuildContext.getDependencies()
Returns an unmodifiable copy of the dependencies. |
Set<SourceFile> |
Context.getDependencies()
Returns an unmodifiable copy of the dependencies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||