| Package | Description | 
|---|---|
| org.milyn | 
 Smooks Content Transformation/Analysis - *** STARTING POINT ***. 
 | 
| org.milyn.archive | |
| org.milyn.ect | |
| org.milyn.ect.ecore | 
| Modifier and Type | Method and Description | 
|---|---|
Archive | 
ResourceMerger.mergeJars(String jarname,
         File... archives)
Will merge the jar files and produce a new jar with the contents of the resources 
 configured merge together. 
 | 
Archive | 
ResourceMerger.mergeJars(String jarname,
         List<Archive> archives)
Will merge the jar files and produce a new jar with the contents of the resources 
 configured merge together. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Archive | 
ResourceMerger.mergeJars(String jarname,
         List<Archive> archives)
Will merge the jar files and produce a new jar with the contents of the resources 
 configured merge together. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Archive | 
Archive.addClasspathResourceEntry(String path,
                         String resource)
Add the specified classpath resource as an entry in the deployment. 
 | 
Archive | 
Archive.addEntries(ZipInputStream zipStream)
Add the entries from the supplied  
ZipInputStream to this archive instance. | 
Archive | 
Archive.addEntry(Class<?> clazz)
Add the supplied class as an entry in the deployment. 
 | 
Archive | 
Archive.addEntry(String path)
Add an "empty" entry in the deployment. 
 | 
Archive | 
Archive.addEntry(String path,
        byte[] data)
Add the supplied data as an entry in the deployment. 
 | 
Archive | 
Archive.addEntry(String path,
        InputStream data)
Add the supplied data as an entry in the deployment. 
 | 
Archive | 
Archive.addEntry(String path,
        String data)
Add the supplied character data as an entry in the deployment. 
 | 
Archive | 
Archive.merge(Archive archive)  | 
Archive | 
Archive.removeEntry(String path)
Remove the archive entry at the specified path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Archive | 
Archive.merge(Archive archive)  | 
| Constructor and Description | 
|---|
ArchiveClassLoader(Archive archive)  | 
ArchiveClassLoader(ClassLoader parent,
                  Archive archive)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Archive | 
EdiConvertionTool.fromUnEdifactSpec(File specification,
                 String urn)
Write an EDI Mapping Model configuration set from a UN/EDIFACT
 specification. 
 | 
static Archive | 
EdiConvertionTool.fromUnEdifactSpec(File specification,
                 String urn,
                 String... messages)
Write an EDI Mapping Model configuration set from a UN/EDIFACT
 specification. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Archive | 
SchemaConverter.createArchive(Set<org.eclipse.emf.ecore.EPackage> packages,
             String pluginID,
             String pathPrefix)
Convert directory given as  
InputStream to the resulting archive | 
Copyright © 2020. All rights reserved.