PropertiesPath class.
63646566676869
if ( propertiesPath.length == 0 ) { throw new IllegalArgumentException( "Empty properties path" ); } this.changedObject = changedObject; this.context = context; this.propertiesPath = new PropertiesPath( propertiesPath ); }