Uses of Class
ubic.gemma.core.util.BuildInfo
Packages that use BuildInfo
Package
Description
This package contains I/O utilities for reading and writing expression data matrices.
-
Uses of BuildInfo in ubic.gemma.core.analysis.service
Constructors in ubic.gemma.core.analysis.service with parameters of type BuildInfoModifierConstructorDescriptionCoexpressionWriter(BuildInfo buildInfo) DiffExAnalysisResultSetWriter(EntityUrlBuilder entityUrlBuilder, BuildInfo buildInfo) -
Uses of BuildInfo in ubic.gemma.core.datastructure.matrix.io
Methods in ubic.gemma.core.datastructure.matrix.io with parameters of type BuildInfoModifier and TypeMethodDescriptionstatic voidExpressionDataWriterUtils.appendBaseHeader(String fileTypeStr, BuildInfo buildInfo, Date timestamp, Writer buf) static voidExpressionDataWriterUtils.appendBaseHeader(ExpressionExperiment experiment, String fileTypeStr, String experimentUrl, BuildInfo buildInfo, Date timestamp, Writer buf) Appends base header information (about the experiment) to a file.static voidExpressionDataWriterUtils.appendBaseHeader(ExpressionExperiment experiment, QuantitationType quantitationType, Class<? extends DataVector> dataVectorType, String fileTypeStr, String experimentUrl, BuildInfo buildInfo, Date timestamp, Writer buf) Append base header information (about the experiment) to a file with some information about the quantitation type.Constructors in ubic.gemma.core.datastructure.matrix.io with parameters of type BuildInfoModifierConstructorDescriptionExperimentalDesignWriter(EntityUrlBuilder entityUrlBuilder, BuildInfo buildInfo, boolean autoFlush) MatrixWriter(EntityUrlBuilder entityUrlBuilder, BuildInfo buildInfo) MeanVarianceWriter(BuildInfo buildInfo, EntityUrlBuilder entityUrlBuilder) TabularMatrixWriter(EntityUrlBuilder entityUrlBuilder, BuildInfo buildInfo) -
Uses of BuildInfo in ubic.gemma.core.logging.log4j
Constructors in ubic.gemma.core.logging.log4j with parameters of type BuildInfo -
Uses of BuildInfo in ubic.gemma.core.util
Methods in ubic.gemma.core.util that return BuildInfoModifier and TypeMethodDescriptionstatic BuildInfoBuildInfo.fromManifest()Retrieve build information directly from the manifest of gemma-core.Methods in ubic.gemma.core.util with parameters of type BuildInfoModifier and TypeMethodDescriptionstatic voidTsvUtils.appendBaseHeader(String what, BuildInfo buildInfo, Date timestamp, Writer buf) Append a base header to a file.static org.apache.commons.csv.CSVFormat.BuilderTsvUtils.getTsvFormatBuilder(String what, BuildInfo buildInfo, Date timestamp, String... extraHeaderComments) Preconfigure aCSVFormat.Builderwith desirable defaults.o -
Uses of BuildInfo in ubic.gemma.core.visualization
Methods in ubic.gemma.core.visualization with parameters of type BuildInfoModifier and TypeMethodDescriptionstatic voidChartUtils.writeBufferedImageAsPNG(OutputStream out, BufferedImage bufferedImage, String title, BuildInfo buildInfo) static voidChartUtils.writeChartAsPNG(OutputStream out, org.jfree.chart.JFreeChart chart, int width, int height, String title, BuildInfo buildInfo) -
Uses of BuildInfo in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type BuildInfoModifierConstructorDescriptionApiInfoValueObject(String msgWelcome, io.swagger.v3.oas.models.OpenAPI openApi, URI apiDocsUrl, URI specUrl, List<ExternalDatabaseValueObject> externalDatabases, BuildInfo buildInfo) -
Uses of BuildInfo in ubic.gemma.rest.providers
Constructors in ubic.gemma.rest.providers with parameters of type BuildInfoModifierConstructorDescriptionprotectedAbstractExceptionMapper(String hostUrl, Future<io.swagger.v3.oas.models.OpenAPI> spec, BuildInfo buildInfo) AccessDeniedExceptionMapper(String hostUrl, Future<io.swagger.v3.oas.models.OpenAPI> spec, BuildInfo buildInfo) AuthenticationExceptionMapper(String hostUrl, Future<io.swagger.v3.oas.models.OpenAPI> spec, BuildInfo buildInfo) MalformedArgExceptionMapper(String hostUrl, Future<io.swagger.v3.oas.models.OpenAPI> spec, BuildInfo buildInfo) NotFoundExceptionMapper(String hostUrl, Future<io.swagger.v3.oas.models.OpenAPI> spec, BuildInfo buildInfo) UnhandledExceptionMapper(String hostUrl, Future<io.swagger.v3.oas.models.OpenAPI> spec, BuildInfo buildInfo) WebApplicationExceptionMapper(String hostUrl, Future<io.swagger.v3.oas.models.OpenAPI> spec, BuildInfo buildInfo) -
Uses of BuildInfo in ubic.gemma.rest.security
Constructors in ubic.gemma.rest.security with parameters of type BuildInfoModifierConstructorDescriptionRestAuthEntryPoint(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Future<io.swagger.v3.oas.models.OpenAPI> openAPI, BuildInfo buildInfo) -
Uses of BuildInfo in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util with parameters of type BuildInfo -
Uses of BuildInfo in ubic.gemma.web.taglib.expression.experiment
Methods in ubic.gemma.web.taglib.expression.experiment that return BuildInfoMethods in ubic.gemma.web.taglib.expression.experiment with parameters of type BuildInfoModifier and TypeMethodDescriptionvoidAbstractHeatmapTag.setBuildInfo(BuildInfo buildInfo) voidExperimentQCTag.setBuildInfo(BuildInfo buildInfo)