public class ModulesPackage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModulesPackage.PackagedModule |
| Modifier and Type | Method and Description |
|---|---|
static ModulesPackage |
create(JarFile jarFile)
creates a new ModulesPackage from a jar file.
|
String |
getDescription() |
Map<String,ModulesPackage.PackagedModule> |
getModules() |
String |
getName() |
org.jahia.commons.Version |
getVersion() |
protected static void |
sortByDependencies(Map<String,ModulesPackage.PackagedModule> modules) |
public static ModulesPackage create(JarFile jarFile) throws IOException
jarFile - the package jar fileIOExceptionprotected static void sortByDependencies(Map<String,ModulesPackage.PackagedModule> modules) throws org.codehaus.plexus.util.dag.CycleDetectedException
org.codehaus.plexus.util.dag.CycleDetectedExceptionpublic String getName()
public Map<String,ModulesPackage.PackagedModule> getModules()
public String getDescription()
public org.jahia.commons.Version getVersion()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.