public class ContentToLicense extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
copyRightPattern |
static Pattern |
page |
| Constructor and Description |
|---|
ContentToLicense(LOracle lOracle,
String dscr,
Findings log,
boolean andIsOr) |
| Modifier and Type | Method and Description |
|---|---|
MappedLicense |
byNamePattern(String str) |
MappedLicense |
byUrl(String str) |
MappedLicense |
findLicenses(String str) |
Optional<CopyrightHolder> |
getHolder(String str) |
MappedLicense |
toLicense(String str) |
public static final Pattern copyRightPattern
public static final Pattern page
public MappedLicense toLicense(String str)
public MappedLicense byUrl(String str)
public MappedLicense byNamePattern(String str)
public MappedLicense findLicenses(String str)
public Optional<CopyrightHolder> getHolder(String str)
Copyright © 2016. All rights reserved.