Uses of Interface
org.alfresco.repo.module.tool.LogOutput
-
Packages that use LogOutput Package Description org.alfresco.repo.module org.alfresco.repo.module.tool -
-
Uses of LogOutput in org.alfresco.repo.module
Constructors in org.alfresco.repo.module with parameters of type LogOutput Constructor Description ModuleDetailsImpl(java.util.Properties properties, LogOutput log)Creates the instance from a set of properties. -
Uses of LogOutput in org.alfresco.repo.module.tool
Classes in org.alfresco.repo.module.tool that implement LogOutput Modifier and Type Class Description classModuleManagementToolModule management tool.Methods in org.alfresco.repo.module.tool with parameters of type LogOutput Modifier and Type Method Description static ModuleDetailsModuleDetailsHelper. createModuleDetailsFromPropertiesStream(java.io.InputStream is, LogOutput log)Factory method to create module details from a stream of a properties filestatic ModuleDetailsModuleDetailsHelper. createModuleDetailsFromPropertyLocation(java.lang.String location, LogOutput log)Creates a module details helper object based on a file location.Constructors in org.alfresco.repo.module.tool with parameters of type LogOutput Constructor Description WarHelperImpl(LogOutput log)
-