Class PackagesModuleImpl
java.lang.Object
ru.cg.webbpm.studio.core.impl.project.structure.PackagesModuleImpl
- All Implemented Interfaces:
PackagesModule
,ProjectModule
- Author:
- krylov
-
Field Summary
Fields inherited from interface ru.cg.webbpm.studio.core.api.project.structure.ProjectModule
POM_XML_FILE, TARGET_FOLDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all component-package.xml files that exist in packagesReturns path to the jar file containing package's convertersReturns path to the file containing java metadata for a given packageReturns path to the folder containing package resourcesgetPath()
getTsMetadataFile
(Package pkg) Returns path to the file containing ts metadata for a given packageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.core.api.project.structure.ProjectModule
getPomXmlPath, getTargetPath
-
Constructor Details
-
PackagesModuleImpl
-
-
Method Details
-
getPath
- Specified by:
getPath
in interfaceProjectModule
-
getJavaMetadataFile
Description copied from interface:PackagesModule
Returns path to the file containing java metadata for a given package- Specified by:
getJavaMetadataFile
in interfacePackagesModule
- Parameters:
pkg
- the package- Returns:
- absolute path to the metadata file
-
getTsMetadataFile
Description copied from interface:PackagesModule
Returns path to the file containing ts metadata for a given package- Specified by:
getTsMetadataFile
in interfacePackagesModule
- Parameters:
pkg
- the package- Returns:
- absolute path to the metadata file
-
getConvertersJarPath
Description copied from interface:PackagesModule
Returns path to the jar file containing package's converters- Specified by:
getConvertersJarPath
in interfacePackagesModule
- Parameters:
pkg
- the package- Returns:
- absolute path to the converters jar file
-
getPackageResources
Description copied from interface:PackagesModule
Returns path to the folder containing package resources- Specified by:
getPackageResources
in interfacePackagesModule
- Parameters:
pkg
- the package- Returns:
- absolute path to the package resources
-
getComponentPackagesXmls
Description copied from interface:PackagesModule
Returns all component-package.xml files that exist in packages- Specified by:
getComponentPackagesXmls
in interfacePackagesModule
- Returns:
- list of paths to component-package.xml
-