name, classname, version, lifestyle, null, schema, attributes );
}
private ContextDescriptor buildPhoenixContext()
{
EntryDescriptor name =
new EntryDescriptor(
ContextDescriptor.NAME_KEY,
"java.lang.String", false, false, "block.name" );
EntryDescriptor partition =
new EntryDescriptor(
ContextDescriptor.PARTITION_KEY,
"java.lang.String", false, false, "app.name" );
EntryDescriptor home =
new EntryDescriptor(
ContextDescriptor.HOME_KEY,
"java.io.File", false, false, "app.home" );
return new ContextDescriptor( new EntryDescriptor[]{ name, partition, home } );
}