Interface AgentBlackListTargetDirRestrictor.RestrictorItem
-
- All Known Implementing Classes:
AgentBlackListTargetDirRestrictor.ParametersRestrictorItem,AgentBlackListTargetDirRestrictor.StaticRestrictorItem
- Enclosing class:
- AgentBlackListTargetDirRestrictor
public static interface AgentBlackListTargetDirRestrictor.RestrictorItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()booleanmatches(String absolutePath)
-
-
-
Method Detail
-
matches
boolean matches(@NotNull String absolutePath) throws IOException- Throws:
IOException
-
getDescription
@NotNull String getDescription() throws IOException
- Throws:
IOException
-
-