| 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 |
ProjectContext.getActivePackage() |
Package |
ProjectContextChangeEvent.getPackage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectContext.setActivePackage(Package activePackage) |
| Constructor and Description |
|---|
ProjectContextChangeEvent(OrganizationalUnit ou,
Repository repository,
String branch,
Project project,
Package pkg) |
| Modifier and Type | Method and Description |
|---|---|
Package |
NewPackageEvent.getPackage() |
| Constructor and Description |
|---|
NewPackageEvent(Package pkg) |
| Modifier and Type | Method and Description |
|---|---|
Package |
ProjectServiceCore.newPackage(Package pkg,
String packageName)
Creates a new package as a child of the provide package.
|
Package |
ProjectResourceResolver.resolveDefaultPackage(Project project) |
Package |
ProjectResourceResolver.resolveDefaultWorkspacePackage(Project project) |
Package |
ProjectResourceResolver.resolvePackage(org.uberfire.backend.vfs.Path resource)
Given a Resource path resolve it to the containing Package Path.
|
Package |
ProjectResourceResolver.resolveParentPackage(Package pkg) |
| Modifier and Type | Method and Description |
|---|---|
Set<Package> |
ProjectResourceResolver.resolvePackages(Package pkg) |
Set<Package> |
ProjectResourceResolver.resolvePackages(Project project)
Given a Project resolves the calculation of all the packages for this project.
|
| Modifier and Type | Method and Description |
|---|---|
Package |
ProjectServiceCore.newPackage(Package pkg,
String packageName)
Creates a new package as a child of the provide package.
|
org.uberfire.backend.vfs.Path |
ProjectResourceResolver.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> |
ProjectResourceResolver.resolvePackages(Package pkg) |
Package |
ProjectResourceResolver.resolveParentPackage(Package pkg) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.