public interface YAMLFileDescriptor extends YAMLDescriptor, com.buschmais.jqassistant.plugin.common.api.model.FileDescriptor
Modifier and Type | Method and Description |
---|---|
List<YAMLDocumentDescriptor> |
getDocuments() |
boolean |
getParsed() |
void |
setParsed(boolean parsable) |
@Relation(value="CONTAINS_DOCUMENT") List<YAMLDocumentDescriptor> getDocuments()
void setParsed(boolean parsable)
@Property(value="parsed") boolean getParsed()
Copyright © 2015 buschmais GbR. All rights reserved.