public class CompactProfiles
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getCompact1()
Return the Set of packages for the compact1 profile.
|
java.util.Set<java.lang.String> |
getCompact2()
Return the Set of packages for the compact2 profile.
|
java.util.Set<java.lang.String> |
getCompact3()
Return the Set of packages for the compact3 profile.
|
static CompactProfiles |
getInstance()
Return the unique instance.
|
boolean |
isCompatible(JarDependencies dep,
int profile)
Return true if the JarDependencies is compatible with the specified profile.
|
boolean |
isCompatible(JarDependencies dep,
int profile,
boolean printing)
Return true if the JarDependencies is compatible with the specified profile.
|
public static final CompactProfiles getInstance()
public java.util.Set<java.lang.String> getCompact1()
public java.util.Set<java.lang.String> getCompact2()
public java.util.Set<java.lang.String> getCompact3()
public boolean isCompatible(JarDependencies dep, int profile)
dep
- the JarDependenciesprofile
- the profile (1, 2, or 3)public boolean isCompatible(JarDependencies dep, int profile, boolean printing)
dep
- the JarDependenciesprofile
- the profile (1, 2, or 3)printing
- true if non compatibiliites must be printed on the command lineCopyright © 2016-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence