public class ManifestBundleImportVersionUpdaterTransformer extends Object
| Constructor and Description |
|---|
ManifestBundleImportVersionUpdaterTransformer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTransformResource(String resource)
Found manifest.
|
static void |
main(String[] args)
Main class.
|
void |
processResource(InputStream inputstream)
Processes manifest handling.
|
void |
updateManifestImportsWithOverrides()
Updates manifest.
|
public ManifestBundleImportVersionUpdaterTransformer()
public final boolean canTransformResource(String resource)
resource - file to testpublic void processResource(InputStream inputstream) throws IOException
inputstream - the stream.IOException - if the stream could not be opened.public void updateManifestImportsWithOverrides()
throws IOException
IOException - error updating itpublic static void main(String[] args) throws IOException
args - string args.IOException - if parsing/replacement is not foundCopyright © 2013–2015 Osgiliath. All rights reserved.