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() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectContext.setActivePackage(Package activePackage) |
Modifier and Type | Method and Description |
---|---|
Package |
NewPackageEvent.getPackage() |
Package |
PackageChangeEvent.getPackage() |
Constructor and Description |
---|
NewPackageEvent(Package pkg) |
PackageChangeEvent(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.resolvePackage(org.uberfire.backend.vfs.Path resource)
Given a Resource path resolve it to the containing Package Path.
|
Modifier and Type | Method and Description |
---|---|
Package |
ProjectService.newPackage(Package pkg,
String packageName)
Creates a new package as a child of the provide package.
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.