public interface ServerHost
Modifier and Type | Method and Description |
---|---|
Collection<? extends ServerDescriptor> |
startServer(DocumentRoot exporterRoot,
String locationLabel) |
Collection<? extends ServerDescriptor> |
startServer(org.eclipse.core.resources.IFile exporterFile) |
Collection<? extends ServerDescriptor> |
startServer(String exporterFileUri) |
Collection<? extends ServerDescriptor> |
startServer(org.eclipse.emf.common.util.URI exporterFileUri) |
Collection<? extends ServerDescriptor> startServer(String exporterFileUri) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
Collection<? extends ServerDescriptor> startServer(org.eclipse.core.resources.IFile exporterFile) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
Collection<? extends ServerDescriptor> startServer(org.eclipse.emf.common.util.URI exporterFileUri) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
Collection<? extends ServerDescriptor> startServer(DocumentRoot exporterRoot, String locationLabel) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.