Package aQute.bnd.enroute.commands
Class EnrouteCommand
- java.lang.Object
-
- aQute.bnd.enroute.commands.EnrouteCommand
-
public class EnrouteCommand extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EnrouteCommand.WorkspaceOptions
-
Field Summary
Fields Modifier and Type Field Description private bnd
bnd
private static org.slf4j.Logger
logger
private EnrouteOptions
opts
-
Constructor Summary
Constructors Constructor Description EnrouteCommand(bnd bnd, EnrouteOptions opts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_workspace(EnrouteCommand.WorkspaceOptions opts)
private void
copy(java.io.File workspaceDir, java.io.InputStream in, java.util.regex.Pattern glob, boolean overwrite)
private void
printHelp()
-
-
-
Field Detail
-
logger
private static final org.slf4j.Logger logger
-
bnd
private bnd bnd
-
opts
private EnrouteOptions opts
-
-
Constructor Detail
-
EnrouteCommand
public EnrouteCommand(bnd bnd, EnrouteOptions opts) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
printHelp
private void printHelp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
_workspace
public void _workspace(EnrouteCommand.WorkspaceOptions opts) throws java.lang.Exception
- Throws:
java.lang.Exception
-
copy
private void copy(java.io.File workspaceDir, java.io.InputStream in, java.util.regex.Pattern glob, boolean overwrite) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-