public class GetResultList extends Result
| Constructor and Description |
|---|
GetResultList(List<org.jvnet.hk2.config.Dom> domList,
String postCommand,
String[][] commandResourcesPaths,
OptionsResult metaData)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[][] |
getCommandResourcesPaths()
Returns an array of command resources paths and the operation type.
|
List<org.jvnet.hk2.config.Dom> |
getDomList()
Returns the List
|
OptionsResult |
getMetaData()
Returns OptionsResult - the meta-data of this resource.
|
getErrorMessage, getName, isError, setErrorMessage, setIsErrorpublic GetResultList(List<org.jvnet.hk2.config.Dom> domList, String postCommand, String[][] commandResourcesPaths, OptionsResult metaData)
public List<org.jvnet.hk2.config.Dom> getDomList()
public String[][] getCommandResourcesPaths()
public OptionsResult getMetaData()
Copyright © 2017. All rights reserved.