@Component public class XDShell extends java.lang.Object implements CommandMarker, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
XDShell() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
SpringXDOperations |
getSpringXDOperations() |
Target |
getTarget()
Return the
Target which encapsulates not only the Target URI but also success/error messages + status. |
java.lang.String |
info() |
java.lang.String |
target(java.lang.String targetUriString) |
public Target getTarget()
Target which encapsulates not only the Target URI but also success/error messages + status.public java.lang.String target(java.lang.String targetUriString)
public java.lang.String info()
public SpringXDOperations getSpringXDOperations()
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exception