|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GrandException | |
|---|---|
| net.ggtools.grand.ant | |
| net.ggtools.grand.exceptions | |
| net.ggtools.grand.filters | |
| net.ggtools.grand.graph | |
| net.ggtools.grand.output | |
| Uses of GrandException in net.ggtools.grand.ant |
|---|
| Methods in net.ggtools.grand.ant that throw GrandException | |
|---|---|
void |
LinkFinderVisitor.defaultVisit(org.apache.tools.ant.RuntimeConfigurable wrapper)
Default action for unknown task. |
abstract void |
ReflectTaskVisitorBase.defaultVisit(org.apache.tools.ant.RuntimeConfigurable wrapper)
|
Graph |
AntProject.getGraph()
Convert an Ant project to a Grand Graph. |
void |
TaskVisitor.visit(org.apache.tools.ant.RuntimeConfigurable wrapper)
Visits a wrapper doing what ever is necessary. |
void |
ReflectTaskVisitorBase.visit(org.apache.tools.ant.RuntimeConfigurable wrapper)
Invoke the right method depending on the wrapper's element tag. |
| Constructors in net.ggtools.grand.ant that throw GrandException | |
|---|---|
AntProject(java.io.File source)
Creates a new project from an ant build file. |
|
AntProject(java.io.File source,
java.util.Properties properties)
Creates a new project from an ant build file. |
|
| Uses of GrandException in net.ggtools.grand.exceptions |
|---|
| Subclasses of GrandException in net.ggtools.grand.exceptions | |
|---|---|
class |
DuplicateElementException
Exception raised when trying to create two elements with the same key in a container. |
class |
NonExistentNodeException
Exception raised when trying to process a non existent node. |
| Uses of GrandException in net.ggtools.grand.filters |
|---|
| Methods in net.ggtools.grand.filters that throw GrandException | |
|---|---|
protected abstract java.util.Collection |
AbstractGraphFilter.getFilteredNodes()
Get the nodes from the graph that pass the filter. |
protected java.util.Collection |
IsolatedNodeFilter.getFilteredNodes()
|
protected java.util.Collection |
NodeRemoverFilter.getFilteredNodes()
|
protected java.util.Collection |
GraphWalkFilter.getFilteredNodes()
|
protected java.util.Collection |
MissingNodeFilter.getFilteredNodes()
|
Graph |
AbstractGraphFilter.getGraph()
|
Graph |
FilterChain.getGraph()
|
protected Graph |
AbstractGraphFilter.getProducersGraph()
Returns the graph from the current producer. |
| Uses of GrandException in net.ggtools.grand.graph |
|---|
| Methods in net.ggtools.grand.graph that throw GrandException | |
|---|---|
Graph |
GraphProducer.getGraph()
Ask the producer to create a graph. |
void |
GraphWriter.write(java.io.File output)
Write a project's graph to a file. |
void |
GraphWriter.write(java.io.OutputStream stream)
Write a project's graph to a stream. |
| Uses of GrandException in net.ggtools.grand.output |
|---|
| Methods in net.ggtools.grand.output that throw GrandException | |
|---|---|
void |
DotWriter.write(java.io.File output)
|
void |
DotWriter.write(java.io.OutputStream stream)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||