Package org.apache.openjpa.lib.meta
Class SourceTrackers
- java.lang.Object
-
- org.apache.openjpa.lib.meta.SourceTrackers
-
public class SourceTrackers extends java.lang.Object
Utility class for performing common operations onSourceTracker
s.- Since:
- 0.3.3.1
-
-
Constructor Summary
Constructors Constructor Description SourceTrackers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getSourceLocationMessage(SourceTracker[] trackers)
Create a message appropriate for display to the user describing the location(s) thattrackers
were loaded from.
-
-
-
Method Detail
-
getSourceLocationMessage
public static java.lang.String getSourceLocationMessage(SourceTracker[] trackers)
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.
-
-