public class PropertiesSerializer extends Object implements Serializer
| コンストラクタと説明 |
|---|
PropertiesSerializer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
doStore(Properties props,
Writer writer)
Store properties to output stream.
|
String |
serialize(hudson.EnvVars env)
Gets serialized string with properties format.
|
public String serialize(hudson.EnvVars env)
serialize インタフェース内 Serializerenv - the env.public void doStore(Properties props, Writer writer) throws IOException
props - properties.writer - writer for output stream.IOException - throw if any.Copyright © 2004-2016. All Rights Reserved.