Modifier and Type | Field and Description |
---|---|
static String |
COMPILE_SCOPE
Maven compile scope.
|
static String |
PROVIDED_SCOPE
Maven provided scope.
|
static String |
RUNTIME_SCOPE
Maven runtime scope.
|
static String |
SYSTEM_SCOPE
Maven system scope.
|
static String |
TEST_SCOPE
Maven test scope.
|
Constructor and Description |
---|
MavenClasspath(DependencyGraphBuilder bldr,
MavenSession sess,
Collection<String> scps)
Public ctor.
|
MavenClasspath(DependencyGraphBuilder bldr,
MavenSession sess,
String scp)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<File> |
iterator() |
int |
size() |
String |
toString() |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
public static final String TEST_SCOPE
public static final String RUNTIME_SCOPE
public static final String SYSTEM_SCOPE
public static final String COMPILE_SCOPE
public static final String PROVIDED_SCOPE
public MavenClasspath(@NotNull DependencyGraphBuilder bldr, @NotNull MavenSession sess, @NotNull String scp)
bldr
- Dependency graph builder.sess
- Maven session.scp
- The scope to use, e.g. "runtime" or "compile"public MavenClasspath(@NotNull DependencyGraphBuilder bldr, @NotNull MavenSession sess, @NotNull Collection<String> scps)
bldr
- Dependency graph builder.sess
- Maven session.scps
- All scopes to includepublic String toString()
toString
in class AbstractCollection<File>
public int size()
size
in interface Collection<File>
size
in interface Set<File>
size
in class AbstractCollection<File>
Copyright © 2012–2014 jcabi.com. All rights reserved.