Lines Matching refs:properties

55  *    // Initialize the state by setting the desired properties
56 * Map p = packer.properties();
176 * by their properties below.
178 * engine properties (using {@link #properties}) and storing
179 * the modified properties on the map.
246 * of its name and other transmitted properties.
339 * additional properties with distinct strings appended, to
340 * make a family of properties with the common prefix.
354 * Map p = packer.properties();
405 * Map p = packer.properties();
414 * Map p = packer.properties();
468 /** The string "keep", a possible value for certain properties.
474 /** The string "pass", a possible value for certain properties.
483 /** The string "strip", a possible value for certain properties.
492 /** The string "error", a possible value for certain properties.
501 /** The string "true", a possible value for certain properties.
507 /** The string "false", a possible value for certain properties.
513 /** The string "latest", a possible value for certain properties.
519 * Get the set of this engine's properties.
526 * specific and default properties. Users are encouraged to
528 * before modifying pre-existing properties.
530 * Implementation specific properties are prefixed with a
536 * Unknown properties may be ignored or rejected with an
545 SortedMap<String,String> properties();
574 * Registers a listener for PropertyChange events on the properties map.
577 * @see #properties
612 /** The string "keep", a possible value for certain properties.
617 /** The string "true", a possible value for certain properties.
622 /** The string "false", a possible value for certain properties.
653 * Get the set of this engine's properties. This set is
660 * specific and default properties. Users are encouraged to
662 * before modifying pre-existing properties.
664 * Implementation specific properties are prefixed with a
670 * Unknown properties may be ignored or rejected with an
676 SortedMap<String,String> properties();
705 * Registers a listener for PropertyChange events on the properties map.
708 * @see #properties
752 " in your properties file.", e);
756 " in your properties file.", e);
760 " in your properties file.", e);