Package org.openl.rules.repository.api
Interface FolderMapper
-
public interface FolderMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMapping(String internal)StringfindMappedName(String internalPath)StringgetBusinessName(String mappedName)FolderRepositorygetDelegate()StringgetMappedName(String businessName, String path)StringgetRealPath(String externalPath)voidremoveMapping(String external)
-
-
-
Method Detail
-
getDelegate
FolderRepository getDelegate()
-
addMapping
void addMapping(String internal) throws IOException
- Throws:
IOException
-
removeMapping
void removeMapping(String external) throws IOException
- Throws:
IOException
-
-