@ApplicationScoped public class MigrationPathManager extends Object
Constructor and Description |
---|
MigrationPathManager() |
Modifier and Type | Method and Description |
---|---|
String |
dotToSlash(String pathEntry) |
String |
escapePathEntry(String pathEntry) |
org.uberfire.backend.vfs.Path |
generatePathForAsset(org.drools.guvnor.client.rpc.Module jcrModule,
org.drools.guvnor.client.rpc.Asset jcrAsset,
boolean hasDSL) |
org.uberfire.backend.vfs.Path |
generatePathForAsset(org.drools.guvnor.client.rpc.Module jcrModule,
org.drools.repository.AssetItem jcrAssetItem) |
org.uberfire.backend.vfs.Path |
generatePathForAsset(org.drools.guvnor.client.rpc.Module jcrModule,
org.drools.repository.AssetItem jcrAssetItem,
boolean hasDSL) |
org.uberfire.backend.vfs.Path |
generatePathForGlobal(org.drools.guvnor.client.rpc.Module jcrModule) |
org.uberfire.backend.vfs.Path |
generatePathForModule(String jcrModuleName) |
org.uberfire.backend.vfs.Path |
generateRootPath() |
org.uberfire.java.nio.file.FileSystem |
getFileSystem() |
String |
normalizePackageName(String stringToEscape) |
void |
setRepoName(String repoName,
String outputDir) |
public org.uberfire.backend.vfs.Path generateRootPath()
public org.uberfire.backend.vfs.Path generatePathForModule(String jcrModuleName)
public org.uberfire.backend.vfs.Path generatePathForAsset(org.drools.guvnor.client.rpc.Module jcrModule, org.drools.guvnor.client.rpc.Asset jcrAsset, boolean hasDSL)
public org.uberfire.backend.vfs.Path generatePathForGlobal(org.drools.guvnor.client.rpc.Module jcrModule)
public org.uberfire.backend.vfs.Path generatePathForAsset(org.drools.guvnor.client.rpc.Module jcrModule, org.drools.repository.AssetItem jcrAssetItem, boolean hasDSL)
public org.uberfire.backend.vfs.Path generatePathForAsset(org.drools.guvnor.client.rpc.Module jcrModule, org.drools.repository.AssetItem jcrAssetItem)
public org.uberfire.java.nio.file.FileSystem getFileSystem()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.