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