Package | Description |
---|---|
org.guvnor.common.services.project.context | |
org.guvnor.common.services.project.events | |
org.guvnor.common.services.project.service |
Modifier and Type | Method and Description |
---|---|
Package |
WorkspaceProjectContextChangeEvent.getPackage() |
Constructor and Description |
---|
WorkspaceProjectContextChangeEvent(WorkspaceProject workspaceProject,
Module module,
Package pkg) |
Modifier and Type | Method and Description |
---|---|
Package |
NewPackageEvent.getPackage() |
Constructor and Description |
---|
NewPackageEvent(Package pkg) |
Modifier and Type | Method and Description |
---|---|
Package |
ModuleServiceCore.newPackage(Package pkg,
String packageName)
Creates a new package as a child of the provide package.
|
Package |
ModuleResourceResolver.resolveDefaultPackage(Module module) |
Package |
ModuleResourceResolver.resolveDefaultWorkspacePackage(Module module) |
Package |
ModuleResourceResolver.resolvePackage(Path resource)
Given a Resource path resolve it to the containing Package Path.
|
Package |
ModuleResourceResolver.resolveParentPackage(Package pkg) |
Modifier and Type | Method and Description |
---|---|
Set<Package> |
ModuleResourceResolver.resolvePackages(Module module)
Given a Module resolves the calculation of all the packages for this module.
|
Set<Package> |
ModuleResourceResolver.resolvePackages(Package pkg) |
Modifier and Type | Method and Description |
---|---|
Package |
ModuleServiceCore.newPackage(Package pkg,
String packageName)
Creates a new package as a child of the provide package.
|
Path |
ModuleResourceResolver.resolveDefaultPath(Package pkg,
String resourceType)
Given a package and a resource extension resolves the target path where the resource should be placed by default.
|
Set<Package> |
ModuleResourceResolver.resolvePackages(Package pkg) |
Package |
ModuleResourceResolver.resolveParentPackage(Package pkg) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.