org.eclipse.corona.model.container
Interface IContainerConstants


public interface IContainerConstants

The interface contains constants for content-type and access-type fields of repository configuration in project container definition. The fields determine what is available in a repository and in which way the value should be accessed. The same values should be present in the xml structure of project container definition. Other contants encountered in project container definition are also available here.


Field Summary
static java.lang.String CORONA_PROJECT_CONTAINER_URI
           
static java.lang.String ECLIPSE_PROJECT_CONTENT_URI
           
static java.lang.String HTML_ACCESS_TYPE
           
static java.lang.String PROJECT_WEBSITE_CONTENT_URI
           
static java.lang.String TEAM_CONTENT_URI
           
 

Field Detail

ECLIPSE_PROJECT_CONTENT_URI

static final java.lang.String ECLIPSE_PROJECT_CONTENT_URI
See Also:
Constant Field Values

TEAM_CONTENT_URI

static final java.lang.String TEAM_CONTENT_URI
See Also:
Constant Field Values

PROJECT_WEBSITE_CONTENT_URI

static final java.lang.String PROJECT_WEBSITE_CONTENT_URI
See Also:
Constant Field Values

HTML_ACCESS_TYPE

static final java.lang.String HTML_ACCESS_TYPE
See Also:
Constant Field Values

CORONA_PROJECT_CONTAINER_URI

static final java.lang.String CORONA_PROJECT_CONTAINER_URI
See Also:
Constant Field Values

Copyright 2006 IBM Corporation and others.
All Rights Reserved.