case class ProfileLookup(profileName: String, profileVersion: String, profileBaseDir: File, overlays: Seq[OverlayRef]) extends Product with Serializable
Information used by the Blended Launcher and Blended Updater to determine or persist the currently selected and active profile configuration.
- profileName
The name of the profile.
- profileVersion
The version of the profile.
- profileBaseDir
The directory, where the files of the profile will be looked up. The determine the concrete profile directory, use ProfileLookup#materializedDir
- overlays
The active applied overlays for this profile.
- See also
blended.launcher.Launcher
blended.updater.Updater
- Alphabetic
- By Inheritance
- ProfileLookup
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ProfileLookup(profileName: String, profileVersion: String, profileBaseDir: File, overlays: Seq[OverlayRef])
- profileName
The name of the profile.
- profileVersion
The version of the profile.
- profileBaseDir
The directory, where the files of the profile will be looked up. The determine the concrete profile directory, use ProfileLookup#materializedDir
- overlays
The active applied overlays for this profile.
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
materializedDir: File
The directory where the profile including it's overlays is installed.
The directory where the profile including it's overlays is installed. It is always a sub directory of the
profileBaseDir.- See also
OverlayConfigCompanion#materializedDir
-
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()
- val overlays: Seq[OverlayRef]
- val profileBaseDir: File
- val profileName: String
- val profileVersion: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ProfileLookup → AnyRef → Any
-
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
- @native() @throws( ... )