Class OperationKey


  • public class OperationKey
    extends Object
    This class describes a Key for Operation object with a relative path, key for other object is the name of the object (String).
    • Constructor Detail

      • OperationKey

        private OperationKey​(String dirName,
                             String name)
    • Method Detail

      • newKey

        public static Object newKey​(String dirName,
                                    String name)
        Creates a new key for the specified object.
        Parameters:
        dirName - relative path of the object.
        name - name of the object.
        Returns:
        A new key for the specified object.