public interface VmResource
Modifier and Type | Interface and Description |
---|---|
static interface |
VmResource.Metadata
Defines a logic behind a particular resource.
|
static interface |
VmResource.ScriptHolder
A special kind of
VmResource.Metadata that describes a resource directly linked to a resource
in VM. |
Modifier and Type | Method and Description |
---|---|
void |
deleteResourceAndFile() |
VmResourceId |
getId() |
java.lang.String |
getLocalVisibleFileName() |
VmResource.Metadata |
getMetadata() |
IFile |
getVProjectFile() |
VmResourceId getId()
VmResource.Metadata getMetadata()
IFile getVProjectFile()
java.lang.String getLocalVisibleFileName()
void deleteResourceAndFile()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.