View Javadoc
1   package org.argeo.connect.core;
2   
3   /**
4    * Default Office constants
5    */
6   interface OfficeConstants {
7   
8   	String SUITE_APP_PREFIX = "org.argeo.office";
9   	String SUITE_APP_BASE_NAME = "office";
10  
11  }