Save This Page
Home » openjdk-7 » net.sourceforge.harness.xml » jaxb » [javadoc | source]
net.sourceforge.harness.xml.jaxb
public class: Runtime [javadoc | source]
java.lang.Object
   javax.xml.bind.MarshallableObject
      net.sourceforge.harness.xml.jaxb.Runtime

All Implemented Interfaces:
    Element

Method from net.sourceforge.harness.xml.jaxb.Runtime Summary:
deletePropertyList,   emptyPropertyList,   equals,   getClassPath,   getCommandLine,   getJavaOptions,   getPropertyList,   hashCode,   marshal,   newDispatcher,   setClassPath,   setCommandLine,   setJavaOptions,   toString,   unmarshal,   unmarshal,   unmarshal,   unmarshal,   validate,   validateThis
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sourceforge.harness.xml.jaxb.Runtime Detail:
 public  void deletePropertyList() 
 public  void emptyPropertyList() 
 public boolean equals(Object ob) 
 public ClassPath getClassPath() 
 public CommandLine getCommandLine() 
 public JavaOptions getJavaOptions() 
 public List getPropertyList() 
 public int hashCode() 
 public  void marshal(Marshaller m) throws IOException 
 public static Dispatcher newDispatcher() 
 public  void setClassPath(ClassPath _ClassPath) 
 public  void setCommandLine(CommandLine _CommandLine) 
 public  void setJavaOptions(JavaOptions _JavaOptions) 
 public String toString() 
 public  void unmarshal(Unmarshaller u) throws UnmarshalException 
 public static Runtime unmarshal(InputStream in) throws UnmarshalException 
 public static Runtime unmarshal(XMLScanner xs) throws UnmarshalException 
 public static Runtime unmarshal(XMLScanner xs,
    Dispatcher d) throws UnmarshalException 
 public  void validate(Validator v) throws StructureValidationException 
    JAXB 1.0 EA bug fix for handling optional elements
 public  void validateThis() throws LocalValidationException