org.molwind.io
Interface BasePathSupport


public interface BasePathSupport


Method Summary
 void addBasePath(java.lang.String path)
          Adds a path to the base paths
 void removeBasePath(java.lang.String path)
          Removes the given path from the base paths
 

Method Detail

addBasePath

void addBasePath(java.lang.String path)
Adds a path to the base paths

Parameters:
path - the path to be add

removeBasePath

void removeBasePath(java.lang.String path)
Removes the given path from the base paths

Parameters:
path - the path to be removed


Copyright © 2008-2010. All Rights Reserved.