com.partnersoft.workbench.model
Class WorkbenchFile

java.lang.Object
  extended by 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

Constructor Summary
WorkbenchFile(VfsFile file)
           
 
Method Summary
 VfsFile getFile()
           
 java.lang.String getMapsetName()
           
 Module getModule()
           
 java.lang.String getModuleName()
           
 boolean isMapsetFile()
           
 boolean isMapsetInModule()
           
 boolean isModuleFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkbenchFile

public WorkbenchFile(VfsFile file)
Method Detail

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()