GCSConfigurationFactory
public class GCSConfigurationFactory
extends ConfigurationFactory
Une ConfigurationFactory
charge les configurations à partir de Google Cloud Storage.
Sommaire
Classes imbriquées |
---|
class | GCSConfigurationFactory.GCSConfigLoader Extension de ConfigurationFactory.ConfigLoader qui charge la configuration à partir de GCS, suit les configurations incluses à partir d'une configuration racine et lève une exception sur les inclusions circulaires. |
Méthodes publiques
getLatestDownloadedFile
public File getLatestDownloadedFile ()
Méthodes protégées
getConfigStream
protected BufferedInputStream getConfigStream (String name)
Charge un InputStream pour le nom de configuration donné à partir de Google Cloud Storage (GCS).
Paramètres |
---|
name | String : le nom de la configuration à charger |
getConfigurationDef
protected ConfigurationDef getConfigurationDef (String name,
boolean isGlobal,
templateMap)
Récupérer le ConfigurationDef
pour le nom donné
Paramètres |
---|
name | String : le nom d'une configuration intégrée à charger ou un chemin d'accès au fichier de configuration à charger |
isGlobal | boolean |
templateMap | |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Il n'y a pas l'information dont j'ai besoin"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Trop compliqué/Trop d'étapes"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Obsolète"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problème de traduction"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Mauvais exemple/Erreur de code"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Autre"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Facile à comprendre"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"J'ai pu résoudre mon problème"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Autre"
}]