Class ReadMetadataFromFilesystem

    • Constructor Detail

      • ReadMetadataFromFilesystem

        public ReadMetadataFromFilesystem()
    • Method Detail

      • doService

        public void doService​(AdaptrisMessage msg)
                       throws ServiceException
        Description copied from interface: Service

        Apply the service to the message.

        Parameters:
        msg - the AdaptrisMessage to process
        Throws:
        ServiceException - wrapping any underlying Exceptions
      • setBaseUrl

        public void setBaseUrl​(java.lang.String baseUrl)
      • getOverwriteExistingMetadata

        public java.lang.Boolean getOverwriteExistingMetadata()
        Returns:
        the overwriteIfExists
      • setOverwriteExistingMetadata

        public void setOverwriteExistingMetadata​(java.lang.Boolean b)
        Overwrite any existing metadata with the contents of the file.
        Parameters:
        b - true or false (default false).
      • overwriteExistingMetadata

        public boolean overwriteExistingMetadata()
      • setFilenameCreator

        public void setFilenameCreator​(FileNameCreator creator)
        Set the filename creator implementation used to determine the filename to read..
        Parameters:
        creator -
      • getBaseUrl

        public java.lang.String getBaseUrl()