Dashboard Builder Commons 6.0.0.Beta3

org.jboss.dashboard.filesystem
Class BinariesMapping

java.lang.Object
  extended by org.jboss.dashboard.filesystem.BinariesMapping
All Implemented Interfaces:
FileSystemMapping

public class BinariesMapping
extends Object
implements FileSystemMapping


Constructor Summary
BinariesMapping()
           
 
Method Summary
 void addToVirtualFilesystem(org.apache.commons.vfs.FileSystem fileSystem)
           
 String getJunctionPoint()
           
 String getJunctionUrl()
           
 String getSchema()
           
 String getServerUri()
           
 String getURI(org.apache.commons.vfs.FileObject file)
          If this file can be accessed through an URI, return it.
 boolean isWebappDirectoryRelative()
           
 void setJunctionPoint(String junctionPoint)
           
 void setJunctionUrl(String junctionUrl)
           
 void setSchema(String schema)
           
 void setServerUri(String serverUri)
           
 void setWebappDirectoryRelative(boolean webappDirectoryRelative)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinariesMapping

public BinariesMapping()
Method Detail

isWebappDirectoryRelative

public boolean isWebappDirectoryRelative()

setWebappDirectoryRelative

public void setWebappDirectoryRelative(boolean webappDirectoryRelative)

getJunctionPoint

public String getJunctionPoint()

setJunctionPoint

public void setJunctionPoint(String junctionPoint)

getJunctionUrl

public String getJunctionUrl()

setJunctionUrl

public void setJunctionUrl(String junctionUrl)

getSchema

public String getSchema()

setSchema

public void setSchema(String schema)

getServerUri

public String getServerUri()

setServerUri

public void setServerUri(String serverUri)

addToVirtualFilesystem

public void addToVirtualFilesystem(org.apache.commons.vfs.FileSystem fileSystem)
                            throws org.apache.commons.vfs.FileSystemException
Specified by:
addToVirtualFilesystem in interface FileSystemMapping
Throws:
org.apache.commons.vfs.FileSystemException

getURI

public String getURI(org.apache.commons.vfs.FileObject file)
If this file can be accessed through an URI, return it.

Specified by:
getURI in interface FileSystemMapping

Dashboard Builder Commons 6.0.0.Beta3

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.