Class CommandTesterDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.commandline.executor.service.CommandTesterDescriptor
-
public class CommandTesterDescriptor extends Object
XMap descriptor for a new contributedCommandTester
.- Author:
- tiry
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<CommandTester>
className
protected String
name
-
Constructor Summary
Constructors Constructor Description CommandTesterDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Class<CommandTester>
getTesterClass()
-
-
-
Field Detail
-
name
protected String name
-
className
protected Class<CommandTester> className
-
-
Method Detail
-
getName
public String getName()
-
getTesterClass
public Class<CommandTester> getTesterClass()
-
-