Class AbstractCommandFactory
java.lang.Object
org.gvsig.report.lib.api.commands.AbstractCommandFactory
- All Implemented Interfaces:
CommandFactory
- Author:
- jjdelcerro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractCommandFactory(String name, org.apache.commons.lang3.Range nargs, String mimetype, String description) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.report.lib.api.commands.CommandFactory
create
-
Constructor Details
-
AbstractCommandFactory
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceCommandFactory
-
getName
- Specified by:
getNamein interfaceCommandFactory
-
getNumArgs
public org.apache.commons.lang3.Range getNumArgs()- Specified by:
getNumArgsin interfaceCommandFactory
-
getMimeType
- Specified by:
getMimeTypein interfaceCommandFactory
-