Class FileRestrictionChecker

java.lang.Object
de.hsh.graja.transform.submission.FileRestrictionChecker

public class FileRestrictionChecker extends Object
  • Constructor Details

  • Method Details

    • checkMatch

      public FileRestrictionMatch checkMatch(String path)
    • isRequiredOrOptional

      public boolean isRequiredOrOptional(String path)
    • isProhibited

      public boolean isProhibited(String path)
    • getUnseenRequiredRestrictions

      public List<FileRestrictionTO> getUnseenRequiredRestrictions()
    • describeUnseenRequiredRestrictions

      public List<String> describeUnseenRequiredRestrictions()
    • getSeenProhibitedRestrictions

      public List<FileRestrictionTO> getSeenProhibitedRestrictions()
    • describeSeenProhibitedRestrictions

      public List<String> describeSeenProhibitedRestrictions()
    • getDescription

      public String getDescription()
    • getSeenPaths

      public List<String> getSeenPaths()