public class RubyDependencyResolver extends AbstractDependencyResolver
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CACHE |
protected static String |
ERROR |
protected static String |
GEM |
protected static String |
MINGW |
protected static String |
REGEX |
protected static String |
SPECS |
protected static String |
V |
bomParser, fileSeparator, GLOB_PATTERN| Constructor and Description |
|---|
RubyDependencyResolver(boolean runBundleInstall,
boolean overwriteGemFile,
boolean installMissingGems) |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getBomPattern() |
protected org.whitesource.agent.api.model.DependencyType |
getDependencyType() |
protected String |
getDependencyTypeName() |
protected Collection<String> |
getExcludes() |
protected Collection<String> |
getLanguageExcludes() |
Collection<String> |
getSourceFileExtensions() |
protected ResolutionResult |
resolveDependencies(String projectFolder,
String topLevelFolder,
Set<String> bomFiles) |
static int |
versionCompare(String str1,
String str2) |
normalizeLocalPath, printResolvedFolderprotected static final String GEM
protected static final String REGEX
protected static final String SPECS
protected static final String CACHE
protected static final String V
protected static final String ERROR
protected static final String MINGW
public RubyDependencyResolver(boolean runBundleInstall,
boolean overwriteGemFile,
boolean installMissingGems)
protected ResolutionResult resolveDependencies(String projectFolder, String topLevelFolder, Set<String> bomFiles)
resolveDependencies in class AbstractDependencyResolverprotected Collection<String> getExcludes()
getExcludes in class AbstractDependencyResolverpublic Collection<String> getSourceFileExtensions()
getSourceFileExtensions in class AbstractDependencyResolverprotected org.whitesource.agent.api.model.DependencyType getDependencyType()
getDependencyType in class AbstractDependencyResolverprotected String getDependencyTypeName()
getDependencyTypeName in class AbstractDependencyResolverprotected String[] getBomPattern()
getBomPattern in class AbstractDependencyResolverprotected Collection<String> getLanguageExcludes()
getLanguageExcludes in class AbstractDependencyResolverCopyright © 2014–2020 Checkmarx. All rights reserved.