마지막 업데이트 날짜
Apr 29, 2021 05:00:30 AM GMT
|
다음 대상에도 적용 CRX
Problem
You want to be able to start up your crx repository manually, you dont want to run the default initialization process.
Resolution
You can use the following piece of code to start up your repository manually:
CRXRepositoryConfig config =(CRXRepositoryConfig) CRXRepositoryConfig.create(repoXml, homedir); CRXRepository repo = CRXRepositoryImpl.create(config);
내 계정 로그인