t
com.advancedtelematic.libtuf_server.repo.client
ReposerverClient
Companion object ReposerverClient
trait ReposerverClient extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReposerverClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def addTarget(namespace: Namespace, fileName: String, uri: Uri, checksum: Checksum, length: Int, targetFormat: TargetFormat, name: Option[TargetName] = None, version: Option[TargetVersion] = None, hardwareIds: Seq[HardwareIdentifier] = Seq.empty): Future[Unit]
- abstract def addTargetFromContent(namespace: Namespace, fileName: String, uri: Option[Uri], checksum: Checksum, length: Int, targetFormat: TargetFormat, content: Source[ByteString, Any], name: TargetName, version: TargetVersion, hardwareIds: Seq[HardwareIdentifier] = Seq.empty): Future[Unit]
- abstract def createRoot(namespace: Namespace, keyType: KeyType): Future[RepoId]
- abstract def fetchRoot(namespace: Namespace): Future[(RepoId, SignedPayload[RootRole])]
- abstract def fetchTargets(namespace: Namespace): Future[SignedPayload[TargetsRole]]
- abstract def targetExists(namespace: Namespace, targetFilename: TargetFilename): Future[Boolean]
Concrete 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
-
def
ReposerverError(msg: String): RawError
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
-
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 repoExists(namespace: Namespace)(implicit ec: ExecutionContext): Future[Boolean]
-
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
- @throws( ... ) @native()