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 String
getDescription()
boolean
matches(String absolutePath)
-
-
-
Method Detail
-
matches
boolean matches(@NotNull String absolutePath) throws IOException
- Throws:
IOException
-
getDescription
@NotNull String getDescription() throws IOException
- Throws:
IOException
-
-