|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.mojo.jsimport.FileDependencyPersistanceUtil
public final class FileDependencyPersistanceUtil
Responsible for providing various utilities against the persistance of a file dependency graph.
| Method Summary | |
|---|---|
static long |
readFileDependencyGraph(File workFolder,
Map<String,LinkedHashSet<String>> fileDependencies,
Map<String,String> fileAssignedGlobals)
Read in an existing dependency graph and return its modification time. |
static void |
writeFileDependencyGraph(File workFolder,
Map<String,LinkedHashSet<String>> fileDependencies,
Map<String,String> fileAssignedGlobals)
Write out the file dependency graph for processing by other phases. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long readFileDependencyGraph(File workFolder,
Map<String,LinkedHashSet<String>> fileDependencies,
Map<String,String> fileAssignedGlobals)
throws org.apache.maven.plugin.MojoExecutionException
workFolder - the folder to look for the dependency file in.fileDependencies - the dependency graph to read.fileAssignedGlobals - the assigned globals map to read.
org.apache.maven.plugin.MojoExecutionException - if we have a problem reading the graph.
public static void writeFileDependencyGraph(File workFolder,
Map<String,LinkedHashSet<String>> fileDependencies,
Map<String,String> fileAssignedGlobals)
throws org.apache.maven.plugin.MojoExecutionException
workFolder - the folder to write to.fileDependencies - the dependency graph to write.fileAssignedGlobals - the assigned globals map to write.
org.apache.maven.plugin.MojoExecutionException - if we have a problem persisting the graph.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||