case class UpdateState(createdOrModified: List[ReadConfiguration], deleted: List[AbsolutePath]) extends ReloadAction with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateState
- Serializable
- Serializable
- Product
- Equals
- ReloadAction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UpdateState(createdOrModified: List[ReadConfiguration], deleted: List[AbsolutePath])
Value Members
- val createdOrModified: List[ReadConfiguration]
- val deleted: List[AbsolutePath]