|
||||||||||
| 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(java.lang.String name)
|
SourceFile |
FileSystemSourceRepository.retrievePanSource(java.lang.String name)
|
SourceFile |
SourceRepository.retrievePanSource(java.lang.String name,
java.util.List<java.lang.String> loadpath)
|
SourceFile |
FileSystemSourceRepository.retrievePanSource(java.lang.String name,
java.util.List<java.lang.String> loadpath)
|
SourceFile |
SourceRepository.retrieveTxtSource(java.lang.String fullname)
|
SourceFile |
FileSystemSourceRepository.retrieveTxtSource(java.lang.String name)
|
SourceFile |
SourceRepository.retrieveTxtSource(java.lang.String fullname,
java.util.List<java.lang.String> loadpath)
|
SourceFile |
FileSystemSourceRepository.retrieveTxtSource(java.lang.String name,
java.util.List<java.lang.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 | |
|---|---|
java.util.Set<SourceFile> |
Valid2Result.getDependencies()
|
| Constructor parameters in org.quattor.pan.tasks with type arguments of type SourceFile | |
|---|---|
Valid2Result(Element root,
long timestamp,
java.util.Set<java.lang.String> objectDependencies,
java.util.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(java.lang.String name)
|
SourceFile |
BuildContext.lookupFile(java.lang.String name)
|
SourceFile |
Context.lookupFile(java.lang.String name)
|
| Methods in org.quattor.pan.template that return types with arguments of type SourceFile | |
|---|---|
java.util.Set<SourceFile> |
CompileTimeContext.getDependencies()
Returns an unmodifiable copy of the dependencies. |
java.util.Set<SourceFile> |
BuildContext.getDependencies()
Returns an unmodifiable copy of the dependencies. |
java.util.Set<SourceFile> |
Context.getDependencies()
Returns an unmodifiable copy of the dependencies. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||