@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(Module xmlModule,
XmlAsset xmlAsset,
String extension) |
org.uberfire.backend.vfs.Path |
generatePathForAsset(Module xmlModule,
XmlAsset xmlAsset,
String extension,
boolean hasDSL) |
org.uberfire.backend.vfs.Path |
generatePathForGlobal(Module xmlModule) |
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 generatePathForGlobal(Module xmlModule)
public org.uberfire.backend.vfs.Path generatePathForAsset(Module xmlModule, XmlAsset xmlAsset, String extension, boolean hasDSL)
public org.uberfire.backend.vfs.Path generatePathForAsset(Module xmlModule, XmlAsset xmlAsset, String extension)
public org.uberfire.java.nio.file.FileSystem getFileSystem()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.