Package | Description |
---|---|
oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
ClasspathFileSystemResource |
Blueprint.addClasspathFileSystemResource(String id) |
ClasspathFileSystemResource |
Blueprint.getClasspathFileSystemResource(String id) |
Modifier and Type | Method and Description |
---|---|
List<ClasspathFileSystemResource> |
Blueprint.getClasspathFileSystemResources()
Get the Classpath File System resources within this blueprint.
|
List<ClasspathFileSystemResource> |
Classpath.getPath() |
Modifier and Type | Method and Description |
---|---|
Classpath |
Classpath.setPath(List<ClasspathFileSystemResource> path) |
Modifier and Type | Method and Description |
---|---|
List<ClasspathFileSystemResource> |
Domain.getClasspathFilesForServerId(String serverId) |