Class BaseResource

    • Field Detail

      • bytes

        protected byte[] bytes
    • Constructor Detail

      • BaseResource

        public BaseResource()
    • Method Detail

      • setResourceType

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

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

        public String getSourcePath()
        Specified by:
        getSourcePath in interface io.automatiko.engine.api.io.Resource
      • getTargetPath

        public String getTargetPath()
        Specified by:
        getTargetPath in interface io.automatiko.engine.api.io.Resource
      • getConfiguration

        public io.automatiko.engine.api.io.ResourceConfiguration getConfiguration()
        Specified by:
        getConfiguration in interface io.automatiko.engine.api.io.Resource
      • setConfiguration

        public io.automatiko.engine.api.io.Resource setConfiguration​(io.automatiko.engine.api.io.ResourceConfiguration conf)
        Specified by:
        setConfiguration in interface io.automatiko.engine.api.io.Resource
      • setSourcePath

        public InternalResource setSourcePath​(String path)
        Specified by:
        setSourcePath in interface io.automatiko.engine.api.io.Resource
      • setTargetPath

        public InternalResource setTargetPath​(String path)
        Specified by:
        setTargetPath in interface io.automatiko.engine.api.io.Resource
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object