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(org.uberfire.backend.organizationalunit.OrganizationalUnit ou,
org.uberfire.backend.repositories.Repository repository,
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 |
ProjectService.newPackage(Package pkg,
String packageName)
Creates a new package as a child of the provide package.
|
Package |
ProjectService.resolveDefaultPackage(Project project) |
Package |
ProjectService.resolvePackage(org.uberfire.backend.vfs.Path resource)
Given a Resource path resolve it to the containing Package Path.
|
Package |
ProjectService.resolveParentPackage(Package pkg) |
Modifier and Type | Method and Description |
---|---|
Set<Package> |
ProjectService.resolvePackages(Package pkg) |
Set<Package> |
ProjectService.resolvePackages(Project project)
Given a Project resolves the calculation of all the packages for this project.
|
Modifier and Type | Method and Description |
---|---|
Package |
ProjectService.newPackage(Package pkg,
String packageName)
Creates a new package as a child of the provide package.
|
Set<Package> |
ProjectService.resolvePackages(Package pkg) |
Package |
ProjectService.resolveParentPackage(Package pkg) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.