Serialized Form
Package org.codehaus.plexus.util |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Requires special handling during de-serialization process.
- Throws:
IOException
- if an I/O error occurs.
ClassNotFoundException
- if the class for the object de-serialized
is not found.
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Requires special handling during serialization process.
- Throws:
IOException
- if an I/O error occurs.
Package org.codehaus.plexus.util.cli |
Package org.codehaus.plexus.util.dag |
cycle
List<E> cycle
vertexMap
Map<K,V> vertexMap
- Maps vertex's label to vertex
vertexList
List<E> vertexList
- Conatin list of all verticies
label
String label
children
List<E> children
parents
List<E> parents
Package org.codehaus.plexus.util.introspection |
Package org.codehaus.plexus.util.reflection |
Package org.codehaus.plexus.util.xml |
_bomEncoding
String _bomEncoding
_xmlGuessEncoding
String _xmlGuessEncoding
_xmlEncoding
String _xmlEncoding
_contentTypeMime
String _contentTypeMime
_contentTypeEncoding
String _contentTypeEncoding
_is
InputStream _is
serialVersionUID: 2567894443061173996L
name
String name
value
String value
attributes
Map<K,V> attributes
childList
List<E> childList
childMap
Map<K,V> childMap
parent
Xpp3Dom parent
Package org.codehaus.plexus.util.xml.pull |
detail
Throwable detail
- Deprecated. use generic getCause() method
row
int row
column
int column
Copyright © 2001-2012 Codehaus. All Rights Reserved.