package outputconfigs
Created by Markus Ackermann. No rights reserved.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- outputconfigs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AddFilenameInfix(infix: String) extends FormatLocations with Product with Serializable
- trait FormatLocations extends AnyRef
- case class MultipleFormats(targetFormats: Set[OWLFormat] = Set(), formatLocations: FormatLocations, skipUndeclared: Boolean = true, overwriteExisting: Boolean = false) extends OutputConfig with TargetFormatOps with Product with Serializable
- trait OWLDocumentFormatCloning extends AnyRef
- case class PreserveRelativePaths(sourceRoot: String, targetRoot: String, removedPrefixes: Int = 0) extends FormatLocations with Product with Serializable
- case class ReplaceSources(skipUndeclared: Boolean = true) extends OutputConfig with Product with Serializable
- case class TargetDirectory(directory: String, unclashNames: Boolean = false) extends FormatLocations with Logging with Product with Serializable
- trait TargetFormatOps extends OWLDocumentFormatCloning with Logging