org.guvnor.common.services.workingset.client.model
@Portable public class WorkingSetSettings extends Object
Constructor and Description |
---|
WorkingSetSettings() |
WorkingSetSettings(Map<org.uberfire.backend.vfs.Path,WorkingSetConfigData> configData) |
Modifier and Type | Method and Description |
---|---|
Collection<WorkingSetConfigData> |
getConfigData() |
Set<org.uberfire.backend.vfs.Path> |
getResources() |
void |
removeWorkingSet(org.uberfire.backend.vfs.Path workingSet) |
public WorkingSetSettings()
public WorkingSetSettings(Map<org.uberfire.backend.vfs.Path,WorkingSetConfigData> configData)
public Set<org.uberfire.backend.vfs.Path> getResources()
public Collection<WorkingSetConfigData> getConfigData()
public void removeWorkingSet(org.uberfire.backend.vfs.Path workingSet)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.