public class SourceInformation extends Object
| Constructor and Description |
|---|
SourceInformation(String source,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static SourceInformation |
from(Pattern sourceRegex,
String name)
If the pattern is not null, it will attempt to match against the supplied name to pull out the source.
|
public static SourceInformation from(Pattern sourceRegex, String name)
Copyright © 2017. All Rights Reserved.