Uses of Interface
net.officefloor.compile.issues.SourceIssues
-
-
Uses of SourceIssues in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SourceIssues Modifier and Type Class Description class
OfficeFloorNodeImpl
OfficeFloorNode
implementation.class
OfficeNodeImpl
OfficeNode
implementation.class
SectionNodeImpl
SectionNode
implementation.Constructors in net.officefloor.compile.impl.structure with parameters of type SourceIssues Constructor Description SourceIssuesIssueTarget(SourceIssues sourceIssues)
Instantiate. -
Uses of SourceIssues in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type SourceIssues Modifier and Type Method Description static <T,E>
TCompileUtil. newInstance(java.lang.Class<T> clazz, java.lang.Class<E> expectedType, SourceIssues issues)
Instantiates a new instance of the inputClass
by its default constructor. -
Uses of SourceIssues in net.officefloor.compile.internal.structure
Subinterfaces of SourceIssues in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
OfficeFloorNode
OfficeFloor
node.interface
OfficeNode
Office
node.interface
SectionNode
Node within the hierarchy ofOfficeSection
instances. -
Uses of SourceIssues in net.officefloor.compile.spi.office
Subinterfaces of SourceIssues in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
ManagedFunctionAugmentorContext
Context for theManagedFunctionAugmentor
.interface
OfficeArchitect
Architect to structure theOffice
. -
Uses of SourceIssues in net.officefloor.compile.spi.officefloor
Subinterfaces of SourceIssues in net.officefloor.compile.spi.officefloor Modifier and Type Interface Description interface
ManagedObjectSourceAugmentorContext
Context for theManagedObjectSourceAugmentor
.interface
OfficeFloorDeployer
Deploys theOfficeFloor
.interface
TeamAugmentorContext
Context for theTeamAugmentor
. -
Uses of SourceIssues in net.officefloor.compile.spi.section
Subinterfaces of SourceIssues in net.officefloor.compile.spi.section Modifier and Type Interface Description interface
SectionDesigner
Designer to design theSectionNode
. -
Uses of SourceIssues in net.officefloor.plugin.section.transform
Classes in net.officefloor.plugin.section.transform that implement SourceIssues Modifier and Type Class Description class
TransformSectionDesigner
SectionDesigner
to intercept configuration to provide access to theSectionSource
configured items. -
Uses of SourceIssues in net.officefloor.web.resource.spi
Methods in net.officefloor.web.resource.spi that return SourceIssues Modifier and Type Method Description SourceIssues
FileCacheServiceContext. getSourceIssues()
Obtains theSourceIssues
. -
Uses of SourceIssues in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build that return SourceIssues Modifier and Type Method Description protected abstract SourceIssues
AbstractWebTemplateFactory. getSourceIssues()
Obtains theSourceIssues
.protected SourceIssues
WebTemplateArchitectEmployer. getSourceIssues()
Constructors in net.officefloor.web.template.build with parameters of type SourceIssues Constructor Description AbstractWebTemplate(WebTemplateSectionSource webTemplateSectionSource, boolean isSecure, java.lang.String applicationPath, PropertyList properties, SourceIssues sourceIssues)
Instantiate. -
Uses of SourceIssues in net.officefloor.web.template.type
Classes in net.officefloor.web.template.type that implement SourceIssues Modifier and Type Class Description class
WebTemplateLoaderImpl
WebTemplateLoader
implementation.Methods in net.officefloor.web.template.type that return SourceIssues Modifier and Type Method Description protected SourceIssues
WebTemplateLoaderImpl. getSourceIssues()
-