Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.common.EmbeddedFile
Packages that use EmbeddedFile
Package
Description
-
Uses of EmbeddedFile in org.sentrysoftware.metricshub.engine.client.http
Methods in org.sentrysoftware.metricshub.engine.client.http that return types with arguments of type EmbeddedFileModifier and TypeMethodDescriptionstatic Optional<EmbeddedFile> HttpRequest.HttpRequestBuilder.getHttpEmbeddedFile(String value, String context, String connectorId, String hostname) Get the HTTP embedded file. -
Uses of EmbeddedFile in org.sentrysoftware.metricshub.engine.connector.model.common
Methods in org.sentrysoftware.metricshub.engine.connector.model.common that return EmbeddedFileModifier and TypeMethodDescriptionEmbeddedFile.copy()Creates a copy of the current embedded file. -
Uses of EmbeddedFile in org.sentrysoftware.metricshub.engine.strategy.utils
Methods in org.sentrysoftware.metricshub.engine.strategy.utils that return types with arguments of type EmbeddedFileModifier and TypeMethodDescriptionstatic Map<String, EmbeddedFile> EmbeddedFileHelper.findEmbeddedFiles(@NonNull String value) Finds all the embedded files that are referenced in the given string.Method parameters in org.sentrysoftware.metricshub.engine.strategy.utils with type arguments of type EmbeddedFileModifier and TypeMethodDescriptionOsCommandHelper.createOsCommandEmbeddedFiles(@NonNull String commandLine, OsCommandConfiguration osCommandConfiguration, @NonNull Map<String, EmbeddedFile> commandLineEmbeddedFiles, Function<String, File> tempFileCreator) Create the temporary embedded files in the given command line.