Class AbstractConfigurationItemReaderWriter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository  
      protected XlrFormatFactory formats  
      protected static java.lang.String LEVEL  
      protected com.xebialabs.deployit.plugin.api.services.Repository repository  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractConfigurationItemReaderWriter​(com.xebialabs.deployit.engine.spi.services.RepositoryFactory repositoryFactory, XlrFormatFactory formats, com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter()  
      protected int getCiRefsFromLevel()  
      boolean isReadable​(java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)  
      boolean isWriteable​(java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • repository

        protected com.xebialabs.deployit.plugin.api.services.Repository repository
      • configurationRepository

        protected com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository
    • Constructor Detail

      • AbstractConfigurationItemReaderWriter

        public AbstractConfigurationItemReaderWriter​(com.xebialabs.deployit.engine.spi.services.RepositoryFactory repositoryFactory,
                                                     XlrFormatFactory formats,
                                                     com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)
    • Method Detail

      • createConverter

        protected com.xebialabs.xltype.serialization.ConfigurationItemConverter createConverter()
      • getCiRefsFromLevel

        protected int getCiRefsFromLevel()
      • isReadable

        public boolean isReadable​(java.lang.Class<?> type,
                                  java.lang.reflect.Type genericType,
                                  java.lang.annotation.Annotation[] annotations,
                                  javax.ws.rs.core.MediaType mediaType)
      • isWriteable

        public boolean isWriteable​(java.lang.Class<?> type,
                                   java.lang.reflect.Type genericType,
                                   java.lang.annotation.Annotation[] annotations,
                                   javax.ws.rs.core.MediaType mediaType)