42434445464748
/* */ } /* */ /* */ public void start() /* */ { /* 76 */ ProfileKey key = new ProfileKey(this.name); /* 77 */ this.defaultImpl = new ProfileImpl(this.profileRoot, key); /* */ }
87888990919293
/* 121 */ this.mgtView = mgtView; /* */ } /* */ /* */ public Profile newProfile(ProfileKey key) /* */ { /* 127 */ return new ProfileImpl(this.profileRoot, key); /* */ }