|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLConfiguration | |
---|---|
net.sf.jlayercheck.gui | |
net.sf.jlayercheck.util |
Uses of XMLConfiguration in net.sf.jlayercheck.gui |
---|
Fields in net.sf.jlayercheck.gui declared as XMLConfiguration | |
---|---|
protected XMLConfiguration |
ModelPackageClassTree.xmlConfiguration
|
Methods in net.sf.jlayercheck.gui that return XMLConfiguration | |
---|---|
XMLConfiguration |
ModelPackageClassTree.getXmlConfiguration()
|
Methods in net.sf.jlayercheck.gui with parameters of type XMLConfiguration | |
---|---|
void |
ModelPackageClassTree.setXmlConfiguration(XMLConfiguration xmlConfiguration)
|
Constructors in net.sf.jlayercheck.gui with parameters of type XMLConfiguration | |
---|---|
ModelPackageClassTree(XMLConfiguration xmlconf)
|
Uses of XMLConfiguration in net.sf.jlayercheck.util |
---|
Methods in net.sf.jlayercheck.util that return XMLConfiguration | |
---|---|
XMLConfiguration |
XMLConfigurationParser.parse(File f)
Parses the given configuration file and creates an XMLConfiguration object. |
XMLConfiguration |
XMLConfigurationParser.parse(InputStream is)
Parses the given configuration file and creates an XMLConfiguration object. |
Methods in net.sf.jlayercheck.util with parameters of type XMLConfiguration | |
---|---|
protected void |
XMLConfigurationParser.parseArchitectureTag(Node configNode,
XMLConfiguration xmlConf)
|
protected void |
XMLConfigurationParser.parseEntry(Node entryNode,
XMLConfiguration xmlConf)
Parses the entry tag. |
protected void |
XMLConfigurationParser.parseExclude(Node excludeNode,
XMLConfiguration xmlConf)
|
protected void |
XMLConfigurationParser.parseModule(Node moduleNode,
XMLConfiguration xmlConf)
|
protected void |
XMLConfigurationParser.parseSourcesTag(Node configNode,
XMLConfiguration xmlConf)
|
void |
HTMLOutput.write(DependencyVisitor dv,
XMLConfiguration xcp)
Writes the dependency information that was found into human readable HTML files containing the Java source code. |
protected void |
HTMLOutput.writeDependencyViolations(DependencyVisitor dv,
XMLConfiguration xcp,
PrintWriter pw,
Map<String,Map<String,ClassDependency>> unallowedDependencies,
Map<String,URL> sourceFiles)
Writes a list of dependency violations to the given PrintWriter using html. |
protected void |
HTMLOutput.writeOrphanedClasses(DependencyVisitor dv,
XMLConfiguration xcp,
PrintWriter pw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |