2016-07-24から1日間の記事一覧

メモ: ToolingConnection取得

SFDC Tooling API の利用前提となる ToolingConnection を取得する例。 final Properties props = new Properties(); try (Reader reader = new FileReader("build.properties")) { props.load(reader); } final ConnectorConfig connConfig = new Connector…