public class ModuleDiff extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static ModuleDiff |
diff(IModule originalModule,
IModule newModule)
Returns the diff of the given modules, if applicable or
null . |
Collection<String> |
getAddedFiles()
Returns the added files.
|
Collection<String> |
getChangedFiles()
Returns the changed files.
|
Collection<String> |
getRemovedFiles()
Returns the removed files.
|
boolean |
isMustRebuildClassLoader()
Returns whether the classloader must be rebuilt.
|
public boolean isMustRebuildClassLoader()
public static ModuleDiff diff(IModule originalModule, IModule newModule) throws PortalException
null
.originalModule
- the original module.newModule
- the new module.null
.PortalException
public Collection<String> getAddedFiles()
public Collection<String> getChangedFiles()
public Collection<String> getRemovedFiles()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.