@Portable public class Module extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<String> |
modules |
protected POM |
pom |
protected Path |
pomXMLPath |
protected Path |
rootPath |
Constructor and Description |
---|
Module() |
Module(Path rootPath,
Path pomXMLPath) |
Module(Path rootPath,
Path pomXMLPath,
POM pom) |
Module(Path rootPath,
Path pomXMLPath,
POM pom,
Collection<String> modules) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEncodedIdentifier() |
String |
getIdentifier() |
String |
getModuleName() |
Collection<String> |
getModules() |
int |
getNumberOfAssets() |
POM |
getPom() |
Path |
getPomXMLPath() |
Path |
getRootPath() |
int |
hashCode() |
void |
setNumberOfAssets(int numberOfAssets) |
void |
setPom(POM pom) |
protected Path rootPath
protected Path pomXMLPath
protected Collection<String> modules
protected POM pom
public Module()
public Module(Path rootPath, Path pomXMLPath, POM pom, Collection<String> modules)
public int getNumberOfAssets()
public void setNumberOfAssets(int numberOfAssets)
public Path getRootPath()
public Path getPomXMLPath()
public String getModuleName()
public String getIdentifier()
public String getEncodedIdentifier()
public Collection<String> getModules()
public POM getPom()
public void setPom(POM pom)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.