public class Module extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Module.DepthComparator |
static class |
Module.NameComparator |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildEdge(Module child) |
void |
addParentEdge(Module parent) |
void |
addSources(List<String> sources) |
void |
clearSources() |
boolean |
equals(Object obj) |
void |
expandProperties(Props props) |
Set<Module> |
getChildEdges() |
int |
getDepth() |
List<String> |
getFiles() |
String |
getFilesystemRef() |
List<String> |
getInitialise() |
List<String> |
getJvmArgs() |
List<String> |
getLibs() |
String |
getName() |
Set<String> |
getOptionalParentNames() |
Set<Module> |
getParentEdges() |
Set<String> |
getParentNames() |
Set<String> |
getSources() |
List<String> |
getXmls() |
int |
hashCode() |
boolean |
isEnabled() |
void |
process(BaseHome basehome) |
void |
setDepth(int depth) |
void |
setEnabled(boolean enabled) |
void |
setParentNames(Set<String> parents) |
String |
toString() |
public Module(BaseHome basehome, Path file) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic void addChildEdge(Module child)
public void addParentEdge(Module parent)
public void clearSources()
public void expandProperties(Props props)
public int getDepth()
public String getFilesystemRef()
public String getName()
public boolean isEnabled()
public void process(BaseHome basehome) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic void setDepth(int depth)
public void setEnabled(boolean enabled)
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.