com.partnersoft.workbench.model
Class WorkbenchFile
java.lang.Object
com.partnersoft.workbench.model.WorkbenchFile
public class WorkbenchFile
- extends java.lang.Object
A wrapper around VfsFile that understands its role in the Partner filesystem - whether it's part of a mapset, a module, etc.
Copyright 2009 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkbenchFile
public WorkbenchFile(VfsFile file)
getFile
public VfsFile getFile()
getMapsetName
public java.lang.String getMapsetName()
getModuleName
public java.lang.String getModuleName()
getModule
public Module getModule()
isMapsetInModule
public boolean isMapsetInModule()
isMapsetFile
public boolean isMapsetFile()
isModuleFile
public boolean isModuleFile()