| java.lang.Object | |
| ↳ | org.eclipse.sisu.plexus.Hints | 
Constants and utility methods for dealing with Plexus hints.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_HINT | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final String[] | NO_HINTS | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static String | canonicalHint(String hint) Returns the canonical form of the given Plexus hint. | ||||||||||
| static String[] | canonicalHints(Requirement requirement) Returns the Plexus hints contained in the given @Requirement. | ||||||||||
| static String[] | canonicalHints(String... hints) Returns the canonical form of the given Plexus hints. | ||||||||||
| static List<String> | canonicalHints(List<String> hints) Returns the canonical form of the given Plexus hints. | ||||||||||
| static boolean | isDefaultHint(String hint) Determines if the given Plexus hint denotes the default component. | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Returns the canonical form of the given Plexus hint.
| hint | The Plexus hint | 
|---|
Returns the Plexus hints contained in the given @Requirement.
| requirement | The Plexus requirement | 
|---|
Returns the canonical form of the given Plexus hints.
| hints | The Plexus hints | 
|---|
Returns the canonical form of the given Plexus hints.
| hints | The Plexus hints | 
|---|
Determines if the given Plexus hint denotes the default component.
| hint | The Plexus hint | 
|---|
true if the given hint denotes the default component