Package org.burningwave.core.classes
Class ClassPathHelper.Compute.BySourceImportsConfig
java.lang.Object
org.burningwave.core.classes.ClassPathHelper.Compute.BySourceImportsConfig
- Enclosing interface:
ClassPathHelper.Compute
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptioncreate(Collection<String> sources, Collection<String> classRepositories) refreshAllPathsThat(Predicate<FileSystemItem> pathsToBeRefreshedPredicate) withAdditionalFileFilter(Predicate<FileSystemItem> additionalFileFilter)
-
Field Details
-
sources
-
classRepositories
-
pathsToBeRefreshedPredicate
-
additionalFileFilter
-
-
Method Details
-
create
public static ClassPathHelper.Compute.BySourceImportsConfig create(Collection<String> sources, Collection<String> classRepositories) -
refreshAllPathsThat
public ClassPathHelper.Compute.BySourceImportsConfig refreshAllPathsThat(Predicate<FileSystemItem> pathsToBeRefreshedPredicate) -
withAdditionalFileFilter
public ClassPathHelper.Compute.BySourceImportsConfig withAdditionalFileFilter(Predicate<FileSystemItem> additionalFileFilter)
-