| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SourceFile |
FileSystemSourceRepository.retrievePanSource(String name) |
SourceFile |
SourceRepository.retrievePanSource(String name) |
SourceFile |
FileSystemSourceRepository.retrievePanSource(String name,
List<String> loadpath) |
SourceFile |
SourceRepository.retrievePanSource(String name,
List<String> loadpath) |
SourceFile |
FileSystemSourceRepository.retrieveTxtSource(String name) |
SourceFile |
SourceRepository.retrieveTxtSource(String fullname) |
SourceFile |
FileSystemSourceRepository.retrieveTxtSource(String name,
List<String> loadpath) |
SourceFile |
SourceRepository.retrieveTxtSource(String fullname,
List<String> loadpath) |
| Modifier and Type | Method and Description |
|---|---|
int |
SourceFile.compareTo(SourceFile o) |
| Modifier and Type | Method and Description |
|---|---|
Set<SourceFile> |
Valid2Result.getDependencies() |
Set<SourceFile> |
FinalResult.getDependencies() |
Set<SourceFile> |
FinalResult.resolveAllDependencies(Compiler compiler) |
| Constructor and Description |
|---|
Valid2Result(String objectName,
Element root,
Set<String> objectDependencies,
Set<SourceFile> dependencies) |
| Modifier and Type | Field and Description |
|---|---|
SourceFile |
Template.sourceFile
Information about the source file from which this template was
constructed.
|
| Modifier and Type | Method and Description |
|---|---|
SourceFile |
CompileTimeContext.lookupFile(String name) |
SourceFile |
BuildContext.lookupFile(String name) |
SourceFile |
Context.lookupFile(String name) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014 Quattor. All Rights Reserved.