Package adalid.util.sql.io
Class SQLDeveloperDDLFixer
- java.lang.Object
-
- adalid.util.Utility
-
- adalid.util.sql.io.SQLDeveloperDDLFixer
-
public class SQLDeveloperDDLFixer extends Utility
- Author:
- Jorge Campins
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetBaseFolder()java.nio.file.PathgetBaseFolderPath()java.util.Map<java.nio.file.Path,SmallFile>getFiles()java.util.Map<java.lang.String,java.lang.Integer>getFileTypes()intgetReadingErrors()intgetReadingWarnings()java.io.FilegetResourcesFolder()java.nio.file.PathgetResourcesFolderPath()java.io.FilegetRootFolder()java.nio.file.PathgetRootFolderPath()static voidmain(java.lang.String[] args)static booleanreplace(java.lang.String path)static booleanreplace(java.lang.String path, boolean detail)static booleanreplace(java.lang.String path, java.util.List<java.lang.String> details)-
Methods inherited from class adalid.util.Utility
chooseDirectory, chooseFile, chooseFile, chooseFile, chooseFile, finished, finished, finished, getAdalidProjectVersion, getArguments, getArguments, getBootstrapping, getLastExecutedProject, getLastExecutedProjectAlias, getLastExecutedProjectBaseFolderName, getLastExecutedProjectClass, getLastExecutedProjectClassName, instanceOf, logAdalidProjectVersion, logSystemProperties, setBootstrappingFileName, showConfirmDialog, showConfirmDialog, starting, starting, updateProjectBuilderDictionary
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
replace
public static boolean replace(java.lang.String path)
-
replace
public static boolean replace(java.lang.String path, boolean detail)
-
replace
public static boolean replace(java.lang.String path, java.util.List<java.lang.String> details)
-
getRootFolder
public java.io.File getRootFolder()
- Returns:
- the root folder
-
getRootFolderPath
public java.nio.file.Path getRootFolderPath()
- Returns:
- the root folder path
-
getResourcesFolder
public java.io.File getResourcesFolder()
- Returns:
- the resources folder
-
getResourcesFolderPath
public java.nio.file.Path getResourcesFolderPath()
- Returns:
- the resources folder path
-
getBaseFolder
public java.io.File getBaseFolder()
- Returns:
- the base folder
-
getBaseFolderPath
public java.nio.file.Path getBaseFolderPath()
- Returns:
- the base folder path
-
getReadingWarnings
public int getReadingWarnings()
- Returns:
- the reading warnings count
-
getReadingErrors
public int getReadingErrors()
- Returns:
- the reading errors count
-
getFiles
public java.util.Map<java.nio.file.Path,SmallFile> getFiles()
- Returns:
- the files map
-
getFileTypes
public java.util.Map<java.lang.String,java.lang.Integer> getFileTypes()
- Returns:
- the file types map
-
-