package configuration
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AlsConfiguration(formattingOptions: Map[String, FormattingOptions] = Map(), templateType: TemplateTypes = TemplateTypes.BOTH, prettyPrintSerialization: Boolean = false) extends AlsConfigurationReader with Product with Serializable
- trait AlsConfigurationReader extends AnyRef
- trait ClientDirectoryResolver extends AnyRef
- case class MaxSizeException(url: String, maxSize: Int) extends AmfUnhandledException with Product with Serializable
- case class MaxSizeResourceLoader(delegate: ResourceLoader, maxSize: Int) extends ResourceLoader with Product with Serializable
-
case class
ProjectConfiguration(folder: String, mainFile: Option[String], designDependency: Set[String], validationDependency: Set[String], extensionDependency: Set[String], metadataDependency: Set[String]) extends Product with Serializable
- folder
workspace folder that contains the project
- mainFile
optional if project is present. The root of the tree, starting point. Path ALWAYS relative to folder
Value Members
- object Configuration
- object DirectoryResolverAdapter
- object ProjectConfiguration extends Serializable
- object ResourceLoaderConverter
- object TemplateTypes extends Enumeration