From dcab3df2d52597bccc5c2f3557489d292be06453 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 19 Nov 2009 20:10:14 +0000 Subject: Minor formating change on the Deployer Interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882277 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/sca/deployment/Deployer.java | 61 ++++++++++++---------- 1 file changed, 33 insertions(+), 28 deletions(-) (limited to 'java') diff --git a/java/sca/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/Deployer.java b/java/sca/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/Deployer.java index c510d10e47..dce9a308ce 100644 --- a/java/sca/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/Deployer.java +++ b/java/sca/modules/deployment/src/main/java/org/apache/tuscany/sca/deployment/Deployer.java @@ -68,26 +68,6 @@ public interface Deployer extends LifeCycleListener { Composite build(List contributions, Map> bindingBaseURIs, Monitor monitor) throws ContributionResolveException, CompositeBuilderException; - Monitor createMonitor(); - - /** - * Create an instance of {@link BuilderContext} - * @return - */ - BuilderContext createBuilderContext(); - - /** - * Create an instance of {@link ProcessorContext} - * @return - */ - ProcessorContext createProcessorContext(); - - /** - * Get the {@link ExtensionPointRegistry} - * @return - */ - ExtensionPointRegistry getExtensionPointRegistry(); - /** * Load an artifact from the given location * @param uri @@ -170,6 +150,39 @@ public interface Deployer extends LifeCycleListener { void saveXMLElement(Object model, XMLStreamWriter writer, Monitor monitor) throws XMLStreamException, ContributionWriteException; + /** + * @return + */ + boolean isSchemaValidationEnabled(); + /** + * @param schemaValidationEnabled + */ + void setSchemaValidationEnabled(boolean schemaValidationEnabled); + + /** + * + * @return + */ + Monitor createMonitor(); + + /** + * Create an instance of {@link BuilderContext} + * @return + */ + BuilderContext createBuilderContext(); + + /** + * Create an instance of {@link ProcessorContext} + * @return + */ + ProcessorContext createProcessorContext(); + + /** + * Get the {@link ExtensionPointRegistry} + * @return + */ + ExtensionPointRegistry getExtensionPointRegistry(); + /* * @see org.apache.tuscany.sca.core.LifeCycleListener#start() */ @@ -180,12 +193,4 @@ public interface Deployer extends LifeCycleListener { */ void stop(); - /** - * @return - */ - boolean isSchemaValidationEnabled(); - /** - * @param schemaValidationEnabled - */ - void setSchemaValidationEnabled(boolean schemaValidationEnabled); } -- cgit v1.2.3