Uses of Class
org.exoplatform.automatic.translation.api.dto.Connector
-
Packages that use Connector Package Description org.exoplatform.automatic.translation.api.dto -
-
Uses of Connector in org.exoplatform.automatic.translation.api.dto
Methods in org.exoplatform.automatic.translation.api.dto that return types with arguments of type Connector Modifier and Type Method Description List<Connector>AutomaticTranslationConfiguration. getConnectors()Method parameters in org.exoplatform.automatic.translation.api.dto with type arguments of type Connector Modifier and Type Method Description voidAutomaticTranslationConfiguration. setConnectors(List<Connector> connectors)Constructor parameters in org.exoplatform.automatic.translation.api.dto with type arguments of type Connector Constructor Description AutomaticTranslationConfiguration(List<Connector> connectors, String activeConnector)
-