Java org.eclipse.jdt.core.tests.util Util fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.tests.util Util fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.tests.util Util.

The text is from its open source code.

Method

String[]concatWithClassLibs(String[] classpaths, boolean inFront)
String[]concatWithClassLibs(String classpath, boolean inFront)
StringconvertToIndependantLineDelimiter(String source)
voidcopy(String sourcePath, String destPath)
Copy the given source (a file or a directory that must exists) to the given destination (a directory that must exists).
StringdisplayString(String inputString, int indent)
Generate a display string from the given String.
StringdisplayString(String inputString, int indent, boolean shift)
StringfileContentToDisplayString(String sourceFilePath, int indent, boolean independantLineDelimiter)
Reads the content of the given source file and converts it to a display string.
String[]getJavaClassLibs()
Search the user hard-drive for a Java class library.
StringgetProblemLog(CompilationResult compilationResult, boolean showCategory, boolean showWarningToken)
Returns the compilation errors / warnings for the given CompilationResult.
voidunzip(String zipPath, String destDirPath)
Unzip the contents of the given zip in the given directory (create it if it doesn't exist)
voidwriteToFile(String contents, String destinationFilePath)