Package aQute.bnd.main
Class PatchCommand
- java.lang.Object
-
- aQute.bnd.main.PatchCommand
-
public class PatchCommand extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static interfacePatchCommand.applyOptions(package private) static interfacePatchCommand.createOptions
-
Constructor Summary
Constructors Constructor Description PatchCommand(bnd bnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void_apply(PatchCommand.applyOptions opts)void_create(PatchCommand.createOptions opts)private booleanisEqual(Resource ar, Resource br)
-
-
-
Field Detail
-
logger
private static final org.slf4j.Logger logger
-
bnd
bnd bnd
-
-
Constructor Detail
-
PatchCommand
public PatchCommand(bnd bnd)
-
-
Method Detail
-
_create
public void _create(PatchCommand.createOptions opts) throws java.lang.Exception
- Throws:
java.lang.Exception
-
isEqual
private boolean isEqual(Resource ar, Resource br) throws java.lang.Exception
- Throws:
java.lang.Exception
-
_apply
public void _apply(PatchCommand.applyOptions opts) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-