Methods
| Modifier and Type |
Method and Description |
static Set<Formatter> |
addDepFormatter(Set<Formatter> formatters) |
static String |
extractLocalizedTemplateName(File sourceFile,
CompilerOptions options) |
List<File> |
filterForOutdatedFiles(List<File> objectFiles) |
boolean |
isDependencyListOutdated(File dependencyFile,
Long targetTime) |
boolean |
isDependencyOutdated(String line,
Long targetTime) |
boolean |
isOutdated(File objectFile) |
static boolean |
isSingleDependencyDifferent(File dep,
File foundFile) |
boolean |
isSingleDependencyOutdated(File dep,
long targetTime) |
boolean |
isSourceDependencyOutdated(DependencyChecker.DependencyInfo info,
long targetTime) |
boolean |
isTextDependencyOutdated(DependencyChecker.DependencyInfo info,
long targetTime) |
File |
lookupSourceFile(String tplName) |
File |
lookupTextFile(String tplName) |
static File |
reconstructSingleDependency(String templatePath,
String tplName,
SourceType type) |
static File |
resolveOutputFile(String objectName,
URI uri,
Formatter formatter) |
static List<File> |
resolveOutputFiles(String objectName,
URI uri,
Set<Formatter> formatters) |
static String |
stripPanExtensions(String name) |