public class OfficeFloorCommandContextImpl extends Object implements OfficeFloorCommandContext
OfficeFloorCommandContext
implementation.Constructor and Description |
---|
OfficeFloorCommandContextImpl(File workspace,
OfficeFloorDecorator[] decorators)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommandClassPath()
Obtains the
OfficeFloorCommand class path. |
String[] |
getWarnings()
Obtains the warnings.
|
void |
includeClassPathEntry(String classPathEntry)
Provides support for including a class path entry.
|
public OfficeFloorCommandContextImpl(File workspace, OfficeFloorDecorator[] decorators)
workspace
- Workspace for the OfficeFloor
.decorators
- OfficeFloorDecorator
instances.public String getCommandClassPath()
OfficeFloorCommand
class path.OfficeFloorCommand
class path.public String[] getWarnings()
public void includeClassPathEntry(String classPathEntry)
OfficeFloorCommandContext
includeClassPathEntry
in interface OfficeFloorCommandContext
classPathEntry
- Class path entry.Copyright © 2005–2016. All rights reserved.