Packages

class LocalResourceFile extends AbstractResource with LocalFile

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalResourceFile
  2. LocalFile
  3. LocalResource
  4. ResourceFile
  5. AbstractResource
  6. Resource
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LocalResourceFile(parent: Option[ResourceFolder], path: Path)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    LocalResourceFile → AutoCloseable
  7. def createOnDisk(): Unit
    Definition Classes
    LocalResourceFileLocalResource
  8. val entry: DefaultResourceEntry[ResourceFile]
    Attributes
    protected
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def getChecksum: Long

    returns

    The current checksum of this resource.

    Definition Classes
    LocalResourceFileAbstractResourceResource
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def getEntry: ResourceEntry[ResourceFile]
    Definition Classes
    LocalResourceFileResourceFileResource
  14. def getLastChecksum: Long

    returns

    The last known checksum of this resource.

    Definition Classes
    AbstractResourceResource
  15. def getLastModified: Versions

    Each times a resource is modified from a LinkitApplication, its ResourceVersion must be updated by the modifier application.

    Each times a resource is modified from a LinkitApplication, its ResourceVersion must be updated by the modifier application. This can be useful to determine if a resource is obsolete depending on his utilisation (example: a file used by the core which have not the same Versions.engineVersion could be out of date)

    Definition Classes
    AbstractResourceResource
  16. def getLocation: String
    Definition Classes
    AbstractResourceResource
  17. def getMaintainer: ResourcesMaintainer
    Attributes
    protected
    Definition Classes
    LocalResourceFileAbstractResource
  18. def getParent: Option[ResourceFolder]

    returns

    the parent folder of this resource.

    Definition Classes
    AbstractResourceResource
  19. def getPath: Path

    returns

    The file adapter that represent this resource on the os's File System

    Definition Classes
    AbstractResourceResource
  20. def getRoot: ResourceFolder
    Definition Classes
    AbstractResourceResource
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val name: String
    Definition Classes
    AbstractResourceResource
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from LocalFile

Inherited from LocalResource

Inherited from ResourceFile

Inherited from AbstractResource

Inherited from Resource

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped