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 boolean
cache()
java.util.Collection<java.lang.String>
filerepo()
boolean
maven()
java.lang.String
project()
Glob
release()
java.lang.String
workspace()
-
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()
-
-