|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IModuleResource | |
---|---|
org.eclipse.wst.server.core.model | SPI support for the server tools framework. |
org.eclipse.wst.server.core.util | Utility classes for the server tools framework. |
Uses of IModuleResource in org.eclipse.wst.server.core.model |
---|
Subinterfaces of IModuleResource in org.eclipse.wst.server.core.model | |
---|---|
interface |
IModuleFile
A file within a module. |
interface |
IModuleFolder
A folder within a module. |
Methods in org.eclipse.wst.server.core.model that return IModuleResource | |
---|---|
IModuleResource |
IModuleResourceDelta.getModuleResource()
Returns the module resource represented by this delta. |
IModuleResource[] |
IModuleFolder.members()
Returns the members (contents) of this folder. |
abstract IModuleResource[] |
ModuleDelegate.members()
Returns the current array of module artifacts. |
Uses of IModuleResource in org.eclipse.wst.server.core.util |
---|
Methods in org.eclipse.wst.server.core.util that return IModuleResource | |
---|---|
IModuleResource[] |
ProjectModule.members()
Basic implementation of members() method. |
Methods in org.eclipse.wst.server.core.util with parameters of type IModuleResource | |
---|---|
static org.eclipse.core.runtime.IStatus[] |
PublishUtil.publishFull(IModuleResource[] resources,
org.eclipse.core.runtime.IPath path,
org.eclipse.core.runtime.IProgressMonitor monitor)
Publish the given module resources to the given path. |
static org.eclipse.core.runtime.IStatus[] |
PublishUtil.publishSmart(IModuleResource[] resources,
org.eclipse.core.runtime.IPath path,
org.eclipse.core.runtime.IProgressMonitor monitor)
Smart copy the given module resources to the given path. |
static org.eclipse.core.runtime.IStatus[] |
PublishUtil.publishZip(IModuleResource[] resources,
org.eclipse.core.runtime.IPath path,
org.eclipse.core.runtime.IProgressMonitor monitor)
Creates a new zip file containing the given module resources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |