@Beta public interface SchemaSourceRepresentation extends Identifiable<SourceIdentifier>, Immutable
String - textual representation of source code
InputStream - input stream containing source code
ByteSource - source for input streams
containing source code
Immutable
contract.| Modifier and Type | Method and Description |
|---|---|
SourceIdentifier |
getIdentifier()
Return this objects Identifier
|
default Optional<String> |
getSymbolicName()
Return the symbolic name, if available.
|
Class<? extends SchemaSourceRepresentation> |
getType()
Return the concrete representation type.
|
SourceIdentifier getIdentifier()
getIdentifier in interface Identifiable<SourceIdentifier>@Nonnull Class<? extends SchemaSourceRepresentation> getType()
Copyright © 2018 OpenDaylight. All rights reserved.