object ActionArtifactLocation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionArtifactLocation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type LocationSource[S <: Sys[S]] = Source[ActionArtifactLocation.LocationSource.S.Tx, ArtifactLocation[S]]
- type LocationSourceT[S <: Sys[S]] = (Source[ActionArtifactLocation.LocationSourceT.S.Tx, ArtifactLocation[S]], File)
- type QueryResult[S <: Sys[S]] = (Either[LocationSource[S], String], File)
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( ... )
- def create[S <: Sys[S]](name: String, directory: File)(implicit tx: ActionArtifactLocation.create.S.Tx): ArtifactLocation[S]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def find[S <: Sys[S]](file: File)(root: (ActionArtifactLocation.find.S.Tx) ⇒ Folder[S])(implicit universe: Universe[S]): IndexedSeq[Labeled[LocationSourceT[S]]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge[S <: Sys[S]](result: QueryResult[S])(implicit tx: ActionArtifactLocation.merge.S.Tx): Option[(Option[Obj[S]], ArtifactLocation[S])]
-
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 query[S <: Sys[S]](file: File, window: Option[Window] = None, askName: Boolean = false)(root: (ActionArtifactLocation.query.S.Tx) ⇒ Folder[S])(implicit universe: Universe[S]): Option[QueryResult[S]]
- def queryNew(child: Option[File] = None, window: Option[Window] = None, askName: Boolean = false): Option[(String, File)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... )