System.getProperties [1] public static Properties getProperties()
現在のシステム・プロパティの一覧を取得します
// 全てのシステム・プロパティを取得 System.out.println( System.getProperties().toString().replaceAll(", ", "\n") );