Package org.cristian.fundamentum
-
Class Summary Class Description ArgumentVector This class provides with a easy-to-use abstract class for creating CLI programs.FileSystem Some static methods to handle the filesystem. -
Annotation Types Summary Annotation Type Description ArgumentVector.Alias This annotation can be used to give an alias to a command or a parameter.ArgumentVector.Command This annotation is used to declare a class method as a command.ArgumentVector.Copyright This annotation can be used to give some information about the program's class copyright.ArgumentVector.Description This annotation can be used to give a meaningful description to a command, parameter or the program's class.ArgumentVector.Name This annotation can be used to give a name to the program's class.ArgumentVector.Parameter This annotation is used to declare a class field as a parameter.