Interface InternalResource

    • Method Detail

      • setResourceType

        InternalResource setResourceType​(io.automatiko.engine.api.io.ResourceType resourceType)
        Specified by:
        setResourceType in interface io.automatiko.engine.api.io.Resource
      • getResourceType

        io.automatiko.engine.api.io.ResourceType getResourceType()
        Specified by:
        getResourceType in interface io.automatiko.engine.api.io.Resource
      • hasURL

        boolean hasURL()
      • isDirectory

        boolean isDirectory()
      • listResources

        Collection<io.automatiko.engine.api.io.Resource> listResources()
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)
      • setCategories

        void setCategories​(String categories)
      • addCategory

        void addCategory​(String category)
      • getBytes

        byte[] getBytes()
      • getEncoding

        String getEncoding()