Uses of Interface
org.eclipse.emf.emfstore.internal.server.model.url.ServerUrl

Packages that use ServerUrl
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.server.model.url   
org.eclipse.emf.emfstore.internal.server.model.url.impl   
org.eclipse.emf.emfstore.internal.server.model.url.util   
 

Uses of ServerUrl in org.eclipse.emf.emfstore.internal.client.model
 

Methods in org.eclipse.emf.emfstore.internal.client.model with parameters of type ServerUrl
 Set<ServerInfo> Workspace.resolve(ServerUrl serverUrl)
          Resolves a server URL to a server.
 

Uses of ServerUrl in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type ServerUrl
 Set<ServerInfo> WorkspaceBase.resolve(ServerUrl serverUrl)
          Resolves a server URL to a server.
 

Uses of ServerUrl in org.eclipse.emf.emfstore.internal.server.model.url
 

Methods in org.eclipse.emf.emfstore.internal.server.model.url that return ServerUrl
 ServerUrl UrlFactory.createServerUrl()
          Returns a new object of class 'Server Url'.
 ServerUrl ModelElementUrl.getServerUrl()
          Returns the value of the 'Server Url' containment reference.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.url with parameters of type ServerUrl
 void ModelElementUrl.setServerUrl(ServerUrl value)
          Sets the value of the 'Server Url' containment reference.
 

Uses of ServerUrl in org.eclipse.emf.emfstore.internal.server.model.url.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.url.impl that implement ServerUrl
 class ServerUrlImpl
          An implementation of the model object ' Server Url'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.url.impl that return ServerUrl
 ServerUrl ModelElementUrlImpl.basicGetServerUrl()
           
 ServerUrl UrlFactoryImpl.createServerUrl()
           
 ServerUrl ModelElementUrlImpl.getServerUrl()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.url.impl with parameters of type ServerUrl
 org.eclipse.emf.common.notify.NotificationChain ModelElementUrlImpl.basicSetServerUrl(ServerUrl newServerUrl, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ModelElementUrlImpl.setServerUrl(ServerUrl newServerUrl)
           
 

Uses of ServerUrl in org.eclipse.emf.emfstore.internal.server.model.url.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.url.util with parameters of type ServerUrl
 T UrlSwitch.caseServerUrl(ServerUrl object)
          Returns the result of interpreting the object as an instance of 'Server Url'.
 



Copyright © 2015. All Rights Reserved.