org.apache.cxf.tools.common.toolspec.parser
Class CommandDocument
java.lang.Object
org.apache.cxf.tools.common.toolspec.parser.CommandDocument
public class CommandDocument
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDocument
public Document getDocument()
hasParameter
public boolean hasParameter(String name)
getParameter
public String getParameter(String name)
getParameters
public String[] getParameters(String name)
getParameterNames
public String[] getParameterNames()
Apache CXF