public class SourceWrapSupport
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SourceWrapSupport.StringBasedWrapper |
static interface |
SourceWrapSupport.Wrapper
Describes a known type of script source wrapper.
|
Constructor and Description |
---|
SourceWrapSupport(java.util.List<SourceWrapSupport.Wrapper> wrappers) |
Modifier and Type | Method and Description |
---|---|
SourceWrapSupport.Wrapper.Match |
chooseWrapper(java.lang.String remoteContent)
Matches the remote script source against all known wrappers.
|
public SourceWrapSupport(java.util.List<SourceWrapSupport.Wrapper> wrappers)
public SourceWrapSupport.Wrapper.Match chooseWrapper(java.lang.String remoteContent)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.