Package org.eclipse.jetty.webapp
Class AbsoluteOrdering
- java.lang.Object
-
- org.eclipse.jetty.webapp.AbsoluteOrdering
-
- All Implemented Interfaces:
Ordering
@Deprecated(since="2021-05-27") public class AbsoluteOrdering extends Object implements Ordering
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.AbsoluteOrdering
-
-
Constructor Summary
Constructors Constructor Description AbsoluteOrdering(MetaData metaData)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
add(String name)
Deprecated.void
addOthers()
Deprecated.List<Resource>
order(List<Resource> jars)
Deprecated.
-
-
-
Field Detail
-
OTHER
public static final String OTHER
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbsoluteOrdering
public AbsoluteOrdering(MetaData metaData)
Deprecated.
-
-