public class VersionRange extends Object
for examples.
Constructor and Description |
---|
VersionRange(String input)
Deprecated.
since 5.0.2 use
parse(String) instead - should not be public. |
VersionRange(Version from,
Version to)
Deprecated.
should not be public - since 5.0.2
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Version other) |
Version |
getFrom()
Deprecated.
should not be public - since 5.0.2
|
Version |
getTo()
Deprecated.
should not be public - since 5.0.2
|
static VersionRange |
parse(String input) |
String |
toString() |
@Deprecated public VersionRange(String input)
parse(String)
instead - should not be public.@Deprecated public VersionRange(Version from, Version to)
public static VersionRange parse(String input)
@Deprecated public Version getFrom()
@Deprecated public Version getTo()
public boolean contains(Version other)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.