Package aQute.bnd.main
Interface RepoCommand.repoOptions
-
- All Superinterfaces:
Options
- Enclosing class:
- RepoCommand
static interface RepoCommand.repoOptions extends Options
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancache()java.util.Collection<java.lang.String>filerepo()booleanmaven()java.lang.Stringproject()Globrelease()java.lang.Stringworkspace()-
Methods inherited from interface aQute.lib.getopt.Options
_arguments, _command, _help, _ok, _properties
-
-
-
-
Method Detail
-
workspace
java.lang.String workspace()
-
filerepo
java.util.Collection<java.lang.String> filerepo()
-
maven
boolean maven()
-
project
java.lang.String project()
-
cache
boolean cache()
-
release
Glob release()
-
-