Package com.google.appengine.tools.util
Class Action
java.lang.Object
com.google.appengine.tools.util.Action
A command line action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidapply()Reads the value parsed for theActionand applies the appropriate logic.getArgs()String[]getNames()voidsetOptions(List<Option> extraOptions) voidsetShortDescription(String description)
-
Constructor Details
-
Method Details
-
getNames
-
getNameString
-
getOptions
-
setOptions
-
setShortDescription
-
getShortDescription
-
getArgs
-
apply
public abstract void apply()Reads the value parsed for theActionand applies the appropriate logic.- Throws:
IllegalArgumentException- if the parsed value is invalid.
-
getHelpString
-