Package org.apache.openjpa.lib.meta
Class SourceTrackers
java.lang.Object
org.apache.openjpa.lib.meta.SourceTrackers
Utility class for performing common operations on
SourceTracker
s.- Since:
- 0.3.3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getSourceLocationMessage
(SourceTracker[] trackers) Create a message appropriate for display to the user describing the location(s) thattrackers
were loaded from.
-
Constructor Details
-
SourceTrackers
public SourceTrackers()
-
-
Method Details
-
getSourceLocationMessage
Create a message appropriate for display to the user describing the location(s) thattrackers
were loaded from.- Parameters:
trackers
- the source-trackers for which location info should be provided.
-