Uses of Enum Class
org.eclipse.jgit.internal.diffmergetool.FileElement.Type
Packages that use FileElement.Type
-
Uses of FileElement.Type in org.eclipse.jgit.internal.diffmergetool
Methods in org.eclipse.jgit.internal.diffmergetool that return FileElement.TypeModifier and TypeMethodDescriptionFileElement.getType()Get typestatic FileElement.TypeReturns the enum constant of this class with the specified name.static FileElement.Type[]FileElement.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.internal.diffmergetool with parameters of type FileElement.TypeModifierConstructorDescriptionFileElement(String path, FileElement.Type type) Creates file element for path.FileElement(String path, FileElement.Type type, File workDir) Creates file element for path.FileElement(String path, FileElement.Type type, File workDir, InputStream stream) Create file element