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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectConfiguration
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ProjectConfiguration(folder: String, mainFile: Option[String], designDependency: Set[String], validationDependency: Set[String], extensionDependency: Set[String], metadataDependency: Set[String])
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def containsInDependencies(uri: String): Boolean
- val designDependency: Set[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extensionDependency: Set[String]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val folder: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mainFile: Option[String]
- val metadataDependency: Set[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rootUri: Option[String]
- returns
main file computed uri. Folder plus main file.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val validationDependency: Set[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()