public interface OfficeFloorDecoratorContext
OfficeFloor
.Modifier and Type | Method and Description |
---|---|
File |
createWorkspaceFile(String identifier,
String extension)
Creates a
File for decoration. |
String |
getRawClassPathEntry()
Obtains the raw class path entry to aid decoration.
|
void |
includeResolvedClassPathEntry(String classpathEntry)
Includes a resolved class path entry.
|
String getRawClassPathEntry()
void includeResolvedClassPathEntry(String classpathEntry)
classpathEntry
- Resolved class path entry.File createWorkspaceFile(String identifier, String extension)
Creates a File
for decoration.
This will create the File
within the OfficeFloor
workspace within the OfficeBuilding
. As within the workspace, it
will be cleaned up on the OfficeFloor
closing.
Copyright © 2005–2016. All rights reserved.