Interface PathOperationRestriction
-
public interface PathOperationRestrictionRepresents a restriction to a path operation (copy, delete or rename).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage(org.uberfire.backend.vfs.Path path)Returns the message which describes the restriction.
-
-
-
Method Detail
-
getMessage
String getMessage(org.uberfire.backend.vfs.Path path)
Returns the message which describes the restriction.- Parameters:
path- Path related to the restriction.- Returns:
- Message related to the restriction.
-
-