trait ResourcesMaintainer extends AnyRef
A Resource Maintainer is a helper for ResourceFolder which contains information about all sub files/folders being stored into the folder that they are maintaining. The way that resources information is managed is implementation-specific.
Information could either be for files stored on the current machine, or for distant files. Resources Maintainers of a folder (distant or physical) must be synchronised.
Files and folders are not necessarily known by this maintainer. Some files could be completely hidden from the extern
- Alphabetic
- By Inheritance
- ResourcesMaintainer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def getLastChecksum(name: String): Long
The last checksum known by the maintainer.
The last checksum known by the maintainer.
- Annotations
- @throws("If the resource name is unknown.")
- abstract def getLastModified(name: String): Versions
The Versions of the last Linkit Framework which modified the resource.
The Versions of the last Linkit Framework which modified the resource.
- name
the resource name to find versions of the last Linkit Framework instance which modified it.
- Annotations
- @throws("If the resource name is unknown.")
- abstract def getResources: ResourceFolder
Return the resources folder that this maintainer handles.
- abstract def isKnown(name: String): Boolean
- name
the name of file/folder to test.
- returns
true if this resource name is registered in the maintainer, false instead.
- abstract def isRemoteResource(name: String): Boolean
- name
the name of file/folder to test.
- returns
true
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated