Serialized Form
Package org.codehaus.plexus.util |
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Requires special handling during de-serialization process.
- Throws:
java.io.IOException
- if an I/O error occurs.
java.lang.ClassNotFoundException
- if the class for the object de-serialized
is not found.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Requires special handling during serialization process.
- Throws:
java.io.IOException
- if an I/O error occurs.
Package org.codehaus.plexus.util.cli |
Package org.codehaus.plexus.util.dag |
cycle
java.util.List<E> cycle
vertexMap
java.util.Map<K,V> vertexMap
- Maps vertex's label to vertex
vertexList
java.util.List<E> vertexList
- Conatin list of all verticies
label
java.lang.String label
children
java.util.List<E> children
parents
java.util.List<E> parents
Package org.codehaus.plexus.util.introspection |
Package org.codehaus.plexus.util.reflection |
Package org.codehaus.plexus.util.xml.pull |
detail
java.lang.Throwable detail
row
int row
column
int column
Copyright © 2001-2007 Codehaus. All Rights Reserved.