@Portable public class Package extends Object
Constructor and Description |
---|
Package() |
Package(Path moduleRootPath,
Path packageMainSrcPath,
Path packageTestSrcPath,
Path packageMainResourcesPath,
Path packageTestResourcesPath,
String packageName,
String caption,
String relativeCaption) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCaption() |
Path |
getModuleRootPath() |
Path |
getPackageMainResourcesPath() |
Path |
getPackageMainSrcPath() |
String |
getPackageName() |
Path |
getPackageTestResourcesPath() |
Path |
getPackageTestSrcPath() |
String |
getRelativeCaption() |
int |
hashCode() |
public Path getModuleRootPath()
public Path getPackageMainSrcPath()
public Path getPackageTestSrcPath()
public Path getPackageMainResourcesPath()
public Path getPackageTestResourcesPath()
public String getPackageName()
public String getCaption()
public String getRelativeCaption()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.