public class MuleArchiver extends AbstractArchiver
ROOT_LOCATION| Modifier | Constructor and Description |
|---|---|
|
MuleArchiver() |
protected |
MuleArchiver(org.codehaus.plexus.archiver.AbstractArchiver archiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
addApi(File resource,
String[] includes,
String[] excludes) |
void |
addClasses(File resource,
String[] includes,
String[] excludes) |
void |
addLib(File resource,
String[] includes,
String[] excludes) |
void |
addMappings(File resource,
String[] includes,
String[] excludes) |
void |
addWsdl(File resource,
String[] includes,
String[] excludes) |
addResource, addToRoot, createArchive, getArchiver, setDestFilepublic MuleArchiver()
protected MuleArchiver(org.codehaus.plexus.archiver.AbstractArchiver archiver)
public void addClasses(File resource, String[] includes, String[] excludes) throws org.codehaus.plexus.archiver.ArchiverException
resource - Folder or file that is going to be added to the added to the classes folder.org.codehaus.plexus.archiver.ArchiverExceptionpublic void addApi(File resource, String[] includes, String[] excludes) throws org.codehaus.plexus.archiver.ArchiverException
resource - Folder that is going to be added to the root and its contents are going to be added to the classes folder.org.codehaus.plexus.archiver.ArchiverExceptionpublic void addWsdl(File resource, String[] includes, String[] excludes) throws org.codehaus.plexus.archiver.ArchiverException
resource - Folder which contents are going to be added to the classes folder.org.codehaus.plexus.archiver.ArchiverExceptionpublic void addLib(File resource, String[] includes, String[] excludes)
resource - Folder which contents are going to be added to the lib folder.Copyright © 2018 MuleSoft Inc. All rights reserved.